Color Hex Logo

#a99648 Color Hex

#A99648
(169,150,72)
0 Favorites   0 Comments

Color spaces of #a99648

RGB 16915072
HSL0.130.400.47
HSV48°57°66°
CMYK 0.000.110.57   0.34
XYZ28.438230.715610.5607
Yxy30.71560.40790.4406
Hunter Lab55.4217-5.395227.4973
CIE-Lab62.2668-2.937743.0515

#a99648 color RGB value is (169,150,72).

#a99648 hex color red value is 169, green value is 150 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #a99648 hue: 0.13 , saturation: 0.40 and the lightness value of a99648 is 0.47.

The process color (four color CMYK) of #a99648 color hex is 0.00, 0.11, 0.57, 0.34. Web safe color of #a99648 is #999933. Color #a99648 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010110 01001000
Octal 251 226 110
Decimal 169 150 72
Hex A9 96 48

RGB Percentages of Color #a99648

%43.22
%38.36
%18.41

CMYK Percentages of Color #a99648

%0
%11
%57
%34

Triadic Colors of #a99648

#a99648 #48a996 #9648a9

Analogous Colors of #a99648

#a99648 #8ca948 #a96648

Monochromatic Colors of #a99648

#a99648

Complementary Color

#a99648 #485ba9

#a99648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a99648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a99648 Color CSS Codes

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

#a99648 Text Font Color

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

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


#a99648 Background Color

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

This div background color is #a99648


#a99648 Border Color

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

This div border color is #a99648


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a99648


Comments

No comments written yet.

Please login to write comment.