Color Hex Logo

#a08225 Color Hex

#A08225
(160,130,37)
0 Favorites   0 Comments

Color spaces of #a08225

RGB 16013037
HSL0.130.620.39
HSV45°77°63°
CMYK 0.000.190.77   0.37
XYZ22.813823.57245.0978
Yxy23.57240.44310.4579
Hunter Lab48.5514-1.089727.7607
CIE-Lab55.65711.867951.4629

#a08225 color RGB value is (160,130,37).

#a08225 hex color red value is 160, green value is 130 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #a08225 hue: 0.13 , saturation: 0.62 and the lightness value of a08225 is 0.39.

The process color (four color CMYK) of #a08225 color hex is 0.00, 0.19, 0.77, 0.37. Web safe color of #a08225 is #999933. Color #a08225 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000010 00100101
Octal 240 202 45
Decimal 160 130 37
Hex A0 82 25

RGB Percentages of Color #a08225

%48.93
%39.76
%11.31

CMYK Percentages of Color #a08225

%0
%19
%77
%37

Triadic Colors of #a08225

#a08225 #25a082 #8225a0

Analogous Colors of #a08225

#a08225 #81a025 #a04525

Monochromatic Colors of #a08225

#a08225

Complementary Color

#a08225 #2543a0

#a08225 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08225 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08225 Color CSS Codes

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

#a08225 Text Font Color

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

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


#a08225 Background Color

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

This div background color is #a08225


#a08225 Border Color

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

This div border color is #a08225


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08225


Comments

No comments written yet.

Please login to write comment.