Color Hex Logo

#ab602e Color Hex

#AB602E
(171,96,46)
0 Favorites   0 Comments

Color spaces of #ab602e

RGB 1719646
HSL0.070.580.43
HSV24°73°67°
CMYK 0.000.440.73   0.33
XYZ21.470617.22094.7771
Yxy17.22090.49390.3962
Hunter Lab41.498119.732122.2234
CIE-Lab48.537226.335140.7316

#ab602e color RGB value is (171,96,46).

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

The process color (four color CMYK) of #ab602e color hex is 0.00, 0.44, 0.73, 0.33. Web safe color of #ab602e is #996633. Color #ab602e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100000 00101110
Octal 253 140 56
Decimal 171 96 46
Hex AB 60 2E

RGB Percentages of Color #ab602e

%54.63
%30.67
%14.70

CMYK Percentages of Color #ab602e

%0
%44
%73
%33

Triadic Colors of #ab602e

#ab602e #2eab60 #602eab

Analogous Colors of #ab602e

#ab602e #ab9f2e #ab2e3b

Monochromatic Colors of #ab602e

#ab602e

Complementary Color

#ab602e #2e79ab

#ab602e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab602e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab602e Color CSS Codes

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

#ab602e Text Font Color

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

This sample text font color is #ab602e
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.


#ab602e Background Color

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

This div background color is #ab602e


#ab602e Border Color

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

This div border color is #ab602e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab602e


Comments

No comments written yet.

Please login to write comment.