Color Hex Logo

#a96955 Color Hex

#A96955
(169,105,85)
0 Favorites   0 Comments

Color spaces of #a96955

RGB 16910585
HSL0.040.330.50
HSV14°50°66°
CMYK 0.000.380.50   0.34
XYZ23.053519.194011.0841
Yxy19.19400.43230.3599
Hunter Lab43.811017.258215.6674
CIE-Lab50.913423.399321.9830

#a96955 color RGB value is (169,105,85).

#a96955 hex color red value is 169, green value is 105 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #a96955 hue: 0.04 , saturation: 0.33 and the lightness value of a96955 is 0.50.

The process color (four color CMYK) of #a96955 color hex is 0.00, 0.38, 0.50, 0.34. Web safe color of #a96955 is #996666. Color #a96955 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101001 01010101
Octal 251 151 125
Decimal 169 105 85
Hex A9 69 55

RGB Percentages of Color #a96955

%47.08
%29.25
%23.68

CMYK Percentages of Color #a96955

%0
%38
%50
%34

Triadic Colors of #a96955

#a96955 #55a969 #6955a9

Analogous Colors of #a96955

#a96955 #a99355 #a9556b

Monochromatic Colors of #a96955

#a96955

Complementary Color

#a96955 #5595a9

#a96955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96955 Color CSS Codes

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

#a96955 Text Font Color

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

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


#a96955 Background Color

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

This div background color is #a96955


#a96955 Border Color

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

This div border color is #a96955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96955


Comments

No comments written yet.

Please login to write comment.