Color Hex Logo

#ab602b Color Hex

#AB602B
(171,96,43)
0 Favorites   0 Comments

Color spaces of #ab602b

RGB 1719643
HSL0.070.600.42
HSV25°75°67°
CMYK 0.000.440.75   0.33
XYZ21.413517.19814.4764
Yxy17.19810.49700.3991
Hunter Lab41.470619.595622.6296
CIE-Lab48.508726.187842.1948

#ab602b color RGB value is (171,96,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100000 00101011
Octal 253 140 53
Decimal 171 96 43
Hex AB 60 2B

RGB Percentages of Color #ab602b

%55.16
%30.97
%13.87

CMYK Percentages of Color #ab602b

%0
%44
%75
%33

Triadic Colors of #ab602b

#ab602b #2bab60 #602bab

Analogous Colors of #ab602b

#ab602b #aba02b #ab2b36

Monochromatic Colors of #ab602b

#ab602b

Complementary Color

#ab602b #2b76ab

#ab602b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab602b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab602b Color CSS Codes

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

#ab602b Text Font Color

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

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


#ab602b Background Color

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

This div background color is #ab602b


#ab602b Border Color

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

This div border color is #ab602b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab602b


Comments

No comments written yet.

Please login to write comment.