Color Hex Logo

#a9522b Color Hex

#A9522B
(169,82,43)
0 Favorites   0 Comments

Color spaces of #a9522b

RGB 1698243
HSL0.050.590.42
HSV19°75°66°
CMYK 0.000.510.75   0.34
XYZ19.815514.64404.0677
Yxy14.64400.51430.3801
Hunter Lab38.267525.462020.4849
CIE-Lab45.142732.931738.5595

#a9522b color RGB value is (169,82,43).

#a9522b hex color red value is 169, green value is 82 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #a9522b hue: 0.05 , saturation: 0.59 and the lightness value of a9522b is 0.42.

The process color (four color CMYK) of #a9522b color hex is 0.00, 0.51, 0.75, 0.34. Web safe color of #a9522b is #996633. Color #a9522b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010010 00101011
Octal 251 122 53
Decimal 169 82 43
Hex A9 52 2B

RGB Percentages of Color #a9522b

%57.48
%27.89
%14.63

CMYK Percentages of Color #a9522b

%0
%51
%75
%34

Triadic Colors of #a9522b

#a9522b #2ba952 #522ba9

Analogous Colors of #a9522b

#a9522b #a9912b #a92b43

Monochromatic Colors of #a9522b

#a9522b

Complementary Color

#a9522b #2b82a9

#a9522b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9522b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9522b Color CSS Codes

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

#a9522b Text Font Color

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

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


#a9522b Background Color

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

This div background color is #a9522b


#a9522b Border Color

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

This div border color is #a9522b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9522b


Comments

No comments written yet.

Please login to write comment.