Color Hex Logo

#a9526d Color Hex

#A9526D
(169,82,109)
0 Favorites   0 Comments

Color spaces of #a9526d

RGB 16982109
HSL0.950.350.49
HSV341°51°66°
CMYK 0.000.510.36   0.34
XYZ22.139815.573716.3071
Yxy15.57370.40980.2883
Hunter Lab39.463531.08083.1247
CIE-Lab46.410238.63471.3929

#a9526d color RGB value is (169,82,109).

#a9526d hex color red value is 169, green value is 82 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #a9526d hue: 0.95 , saturation: 0.35 and the lightness value of a9526d is 0.49.

The process color (four color CMYK) of #a9526d color hex is 0.00, 0.51, 0.36, 0.34. Web safe color of #a9526d is #996666. Color #a9526d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010010 01101101
Octal 251 122 155
Decimal 169 82 109
Hex A9 52 6D

RGB Percentages of Color #a9526d

%46.94
%22.78
%30.28

CMYK Percentages of Color #a9526d

%0
%51
%36
%34

Triadic Colors of #a9526d

#a9526d #6da952 #526da9

Analogous Colors of #a9526d

#a9526d #a96352 #a95299

Monochromatic Colors of #a9526d

#a9526d

Complementary Color

#a9526d #52a98e

#a9526d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9526d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9526d Color CSS Codes

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

#a9526d Text Font Color

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

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


#a9526d Background Color

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

This div background color is #a9526d


#a9526d Border Color

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

This div border color is #a9526d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,82,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9526d


Comments

No comments written yet.

Please login to write comment.