Color Hex Logo

#a96259 Color Hex

#A96259
(169,98,89)
0 Favorites   0 Comments

Color spaces of #a96259

RGB 1699889
HSL0.020.320.51
HSV47°66°
CMYK 0.000.420.47   0.34
XYZ22.533017.891711.7170
Yxy17.89170.43210.3431
Hunter Lab42.298621.066713.1853
CIE-Lab49.364527.711117.5678

#a96259 color RGB value is (169,98,89).

#a96259 hex color red value is 169, green value is 98 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #a96259 hue: 0.02 , saturation: 0.32 and the lightness value of a96259 is 0.51.

The process color (four color CMYK) of #a96259 color hex is 0.00, 0.42, 0.47, 0.34. Web safe color of #a96259 is #996666. Color #a96259 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100010 01011001
Octal 251 142 131
Decimal 169 98 89
Hex A9 62 59

RGB Percentages of Color #a96259

%47.47
%27.53
%25.00

CMYK Percentages of Color #a96259

%0
%42
%47
%34

Triadic Colors of #a96259

#a96259 #59a962 #6259a9

Analogous Colors of #a96259

#a96259 #a98a59 #a95978

Monochromatic Colors of #a96259

#a96259

Complementary Color

#a96259 #59a0a9

#a96259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96259 Color CSS Codes

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

#a96259 Text Font Color

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

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


#a96259 Background Color

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

This div background color is #a96259


#a96259 Border Color

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

This div border color is #a96259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96259


Comments

No comments written yet.

Please login to write comment.