#A99D58

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

Shades of Husk #A99D58

Tints of Husk #A99D58

Color information

#A99D58 (or 0xA99D58) is unknown color: approx Husk. HEX triplet: A9, 9D and 58. RGB value is (169,157,88). Sum of RGB (Red+Green+Blue) = 169+157+88=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 88 (34.77% from 255 or 21.26% from 414); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99D58 is #5662A7. Grayscale: #999999. Windows color (decimal): -5661352 or 5807529. OLE color: 5807529.

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

Color convert

RGB16915788-
CMYK00.070.480.34
HSL51.11º32.02%50.39%-
HSV(B)51.11º47.93%66.27%-
XYZ30.1833.2514.06-
YUV152.7291.48139.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.82%
GREEN value IS 157 (61.72% from 255) = 37.92%
BLUE value IS 88 (34.77% from 255) = 21.26%
R=40.82%
G=37.92%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691578800.070.480.3451.1132.0250.39
HexA99D58073022332032
Octal251235130076042634062
Binary101010011001110110110000111110000100010110011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99D58; }

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

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

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

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

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

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

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

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