Color Hex Logo

#ab8432 Color Hex

#AB8432
(171,132,50)
0 Favorites   0 Comments

Color spaces of #ab8432

RGB 17113250
HSL0.110.550.43
HSV41°71°67°
CMYK 0.000.230.71   0.33
XYZ25.621625.39076.5681
Yxy25.39070.44500.4410
Hunter Lab50.38922.581627.5441
CIE-Lab57.45416.380048.2076

#ab8432 color RGB value is (171,132,50).

#ab8432 hex color red value is 171, green value is 132 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #ab8432 hue: 0.11 , saturation: 0.55 and the lightness value of ab8432 is 0.43.

The process color (four color CMYK) of #ab8432 color hex is 0.00, 0.23, 0.71, 0.33. Web safe color of #ab8432 is #999933. Color #ab8432 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000100 00110010
Octal 253 204 62
Decimal 171 132 50
Hex AB 84 32

RGB Percentages of Color #ab8432

%48.44
%37.39
%14.16

CMYK Percentages of Color #ab8432

%0
%23
%71
%33

Triadic Colors of #ab8432

#ab8432 #32ab84 #8432ab

Analogous Colors of #ab8432

#ab8432 #96ab32 #ab4832

Monochromatic Colors of #ab8432

#ab8432

Complementary Color

#ab8432 #3259ab

#ab8432 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8432 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8432 Color CSS Codes

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

#ab8432 Text Font Color

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

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


#ab8432 Background Color

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

This div background color is #ab8432


#ab8432 Border Color

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

This div border color is #ab8432


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8432


Comments

No comments written yet.

Please login to write comment.