#A99D51

Color #A99D51 Husk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Husk #A99D51

Tints of Husk #A99D51

Color information

#A99D51 (or 0xA99D51) is unknown color: approx Husk. HEX triplet: A9, 9D and 51. RGB value is (169,157,81). Sum of RGB (Red+Green+Blue) = 169+157+81=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 157 (61.72% from 255 or 38.57% from 407); Blue value is 81 (32.03% from 255 or 19.90% from 407); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99D51 is #5662AE. Grayscale: #989898. Windows color (decimal): -5661359 or 5348777. OLE color: 5348777.

HSL color Cylindrical-coordinate representation of color #A99D51: hue angle of 51.82º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A99D51 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.34.

Color convert

RGB16915781-
CMYK00.070.520.34
HSL51.82º35.2%49.02%-
HSV(B)51.82º52.07%66.27%-
XYZ29.933.1412.61-
YUV151.9287.98140.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 41.52%
GREEN value IS 157 (61.72% from 255) = 38.57%
BLUE value IS 81 (32.03% from 255) = 19.90%
R=41.52%
G=38.57%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.52
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691578100.070.520.3451.8235.249.02
HexA99D51073422342331
Octal251235121076442644361
Binary101010011001110110100010111110100100010110100100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99D51; }

 p { color: rgb(169,157,81); }

 H1.HeaderClassName
 {
   color: #A99D51;
 }
 .AnyTagClassName
 {
   color: #A99D51;
 }
</style>
background-color css

<style>
 a { background-color: #A99D51; }

 a { background-color: rgb(169,157,81); }

 div.DivClassName
 {
   background-color: #A99D51;
 }
 .BgClassName
 {
   background-color: #A99D51;
 }
</style>
border-color css

<style>
 span { border-color: #A99D51; }

 span { border-color: rgb(169,157,81); }

 td.TdClassName
 {
   border-color: #A99D51;
 }
 .TagClassName
 {
   border-color: #A99D51;
 }
</style>