Color Hex Logo

#ab612d Color Hex

#AB612D
(171,97,45)
0 Favorites   0 Comments

Color spaces of #ab612d

RGB 1719745
HSL0.070.580.42
HSV25°74°67°
CMYK 0.000.430.74   0.33
XYZ21.542917.39684.7051
Yxy17.39680.49360.3986
Hunter Lab41.709519.203522.5083
CIE-Lab48.756225.732641.4654

#ab612d color RGB value is (171,97,45).

#ab612d hex color red value is 171, green value is 97 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ab612d hue: 0.07 , saturation: 0.58 and the lightness value of ab612d is 0.42.

The process color (four color CMYK) of #ab612d color hex is 0.00, 0.43, 0.74, 0.33. Web safe color of #ab612d is #996633. Color #ab612d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100001 00101101
Octal 253 141 55
Decimal 171 97 45
Hex AB 61 2D

RGB Percentages of Color #ab612d

%54.63
%30.99
%14.38

CMYK Percentages of Color #ab612d

%0
%43
%74
%33

Triadic Colors of #ab612d

#ab612d #2dab61 #612dab

Analogous Colors of #ab612d

#ab612d #aba02d #ab2d38

Monochromatic Colors of #ab612d

#ab612d

Complementary Color

#ab612d #2d77ab

#ab612d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab612d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab612d Color CSS Codes

.mybgcolor {background-color:#ab612d; } 
.myforecolor {color:#ab612d; }
.mybordercolor {border:3px solid #ab612d; }

#ab612d Text Font Color

<p style="color:#ab612d">Text here</p>

This sample text font color is #ab612d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ab612d Background Color

<div style="background-color:#ab612d">
Div content here</div>

This div background color is #ab612d


#ab612d Border Color

<div style="border:3px solid #ab612d">
Div here</div>

This div border color is #ab612d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(171,97,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ab612d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ab612d;
  -webkit-box-shadow: 1px 1px 3px 2px #ab612d;
  box-shadow:         1px 1px 3px 2px #ab612d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,97,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ab612d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ab612d;
  -webkit-box-shadow: 1px 1px 3px 2px #ab612d;
  box-shadow:         1px 1px 3px 2px #ab612d;">
Div content here</div>

This div box has shadow with color #ab612d


Comments

No comments written yet.

Please login to write comment.