Color Hex Logo

#a99953 Color Hex

#A99953
(169,153,83)
0 Favorites   0 Comments

Color spaces of #a99953

RGB 16915383
HSL0.140.340.49
HSV49°51°66°
CMYK 0.000.090.51   0.34
XYZ29.314831.842012.7847
Yxy31.84200.39650.4306
Hunter Lab56.4287-6.019226.0671
CIE-Lab63.2121-3.610838.6371

#a99953 color RGB value is (169,153,83).

#a99953 hex color red value is 169, green value is 153 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #a99953 hue: 0.14 , saturation: 0.34 and the lightness value of a99953 is 0.49.

The process color (four color CMYK) of #a99953 color hex is 0.00, 0.09, 0.51, 0.34. Web safe color of #a99953 is #999966. Color #a99953 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011001 01010011
Octal 251 231 123
Decimal 169 153 83
Hex A9 99 53

RGB Percentages of Color #a99953

%41.73
%37.78
%20.49

CMYK Percentages of Color #a99953

%0
%9
%51
%34

Triadic Colors of #a99953

#a99953 #53a999 #9953a9

Analogous Colors of #a99953

#a99953 #8ea953 #a96e53

Monochromatic Colors of #a99953

#a99953

Complementary Color

#a99953 #5363a9

#a99953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a99953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a99953 Color CSS Codes

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

#a99953 Text Font Color

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

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


#a99953 Background Color

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

This div background color is #a99953


#a99953 Border Color

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

This div border color is #a99953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a99953


Comments

No comments written yet.

Please login to write comment.