Color Hex Logo

#a08817 Color Hex

#A08817
(160,136,23)
0 Favorites   0 Comments

Color spaces of #a08817

RGB 16013623
HSL0.140.750.36
HSV49°86°63°
CMYK 0.000.150.86   0.37
XYZ23.456025.14384.4276
Yxy25.14380.44230.4742
Hunter Lab50.1436-4.253229.8653
CIE-Lab57.2153-1.959657.4579

#a08817 color RGB value is (160,136,23).

#a08817 hex color red value is 160, green value is 136 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #a08817 hue: 0.14 , saturation: 0.75 and the lightness value of a08817 is 0.36.

The process color (four color CMYK) of #a08817 color hex is 0.00, 0.15, 0.86, 0.37. Web safe color of #a08817 is #999900. Color #a08817 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001000 00010111
Octal 240 210 27
Decimal 160 136 23
Hex A0 88 17

RGB Percentages of Color #a08817

%50.16
%42.63
%7.21

CMYK Percentages of Color #a08817

%0
%15
%86
%37

Triadic Colors of #a08817

#a08817 #17a088 #8817a0

Analogous Colors of #a08817

#a08817 #74a017 #a04417

Monochromatic Colors of #a08817

#a08817

Complementary Color

#a08817 #172fa0

#a08817 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08817 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08817 Color CSS Codes

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

#a08817 Text Font Color

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

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


#a08817 Background Color

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

This div background color is #a08817


#a08817 Border Color

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

This div border color is #a08817


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,136,23, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a08817; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a08817;
  -webkit-box-shadow: 1px 1px 3px 2px #a08817;
  box-shadow:         1px 1px 3px 2px #a08817; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,136,23, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08817


Comments

No comments written yet.

Please login to write comment.