Color Hex Logo

#a88932 Color Hex

#A88932
(168,137,50)
0 Favorites   0 Comments

Color spaces of #a88932

RGB 16813750
HSL0.120.540.43
HSV44°70°66°
CMYK 0.000.180.70   0.34
XYZ25.669826.44646.7693
Yxy26.44640.43590.4491
Hunter Lab51.4261-0.895728.1938
CIE-Lab58.45842.253849.1462

#a88932 color RGB value is (168,137,50).

#a88932 hex color red value is 168, green value is 137 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #a88932 hue: 0.12 , saturation: 0.54 and the lightness value of a88932 is 0.43.

The process color (four color CMYK) of #a88932 color hex is 0.00, 0.18, 0.70, 0.34. Web safe color of #a88932 is #999933. Color #a88932 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001001 00110010
Octal 250 211 62
Decimal 168 137 50
Hex A8 89 32

RGB Percentages of Color #a88932

%47.32
%38.59
%14.08

CMYK Percentages of Color #a88932

%0
%18
%70
%34

Triadic Colors of #a88932

#a88932 #32a889 #8932a8

Analogous Colors of #a88932

#a88932 #8ca832 #a84e32

Monochromatic Colors of #a88932

#a88932

Complementary Color

#a88932 #3251a8

#a88932 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88932 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88932 Color CSS Codes

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

#a88932 Text Font Color

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

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


#a88932 Background Color

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

This div background color is #a88932


#a88932 Border Color

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

This div border color is #a88932


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,137,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 #a88932">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88932


Comments

No comments written yet.

Please login to write comment.