Color Hex Logo

#a99946 Color Hex

#A99946
(169,153,70)
0 Favorites   0 Comments

Color spaces of #a99946

RGB 16915370
HSL0.140.410.47
HSV50°59°66°
CMYK 0.000.090.59   0.34
XYZ28.858931.659710.3843
Yxy31.65970.40700.4465
Hunter Lab56.2670-6.915928.4447
CIE-Lab63.0606-4.718344.9347

#a99946 color RGB value is (169,153,70).

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

The process color (four color CMYK) of #a99946 color hex is 0.00, 0.09, 0.59, 0.34. Web safe color of #a99946 is #999933. Color #a99946 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011001 01000110
Octal 251 231 106
Decimal 169 153 70
Hex A9 99 46

RGB Percentages of Color #a99946

%43.11
%39.03
%17.86

CMYK Percentages of Color #a99946

%0
%9
%59
%34

Triadic Colors of #a99946

#a99946 #46a999 #9946a9

Analogous Colors of #a99946

#a99946 #88a946 #a96846

Monochromatic Colors of #a99946

#a99946

Complementary Color

#a99946 #4656a9

#a99946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a99946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a99946 Color CSS Codes

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

#a99946 Text Font Color

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

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


#a99946 Background Color

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

This div background color is #a99946


#a99946 Border Color

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

This div border color is #a99946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a99946


Comments

No comments written yet.

Please login to write comment.