#A99B5F

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

Shades of Husk #A99B5F

Tints of Husk #A99B5F

Color information

#A99B5F (or 0xA99B5F) is unknown color: approx Husk. HEX triplet: A9, 9B and 5F. RGB value is (169,155,95). Sum of RGB (Red+Green+Blue) = 169+155+95=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 95 (37.5% from 255 or 22.67% from 419); Max value from RGB is 169 - color contains mainly: red. Hex color #A99B5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99B5F is #5664A0. Grayscale: #989898. Windows color (decimal): -5661857 or 6265769. OLE color: 6265769.

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

Color convert

RGB16915595-
CMYK00.080.440.34
HSL48.65º30.08%51.76%-
HSV(B)48.65º43.79%66.27%-
XYZ30.1532.715.55-
YUV152.3595.64139.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.33%
GREEN value IS 155 (60.94% from 255) = 36.99%
BLUE value IS 95 (37.5% from 255) = 22.67%
R=40.33%
G=36.99%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691559500.080.440.3448.6530.0851.76
HexA99B5F082C22311e34
Octal2512331370105442613664
Binary101010011001101110111110100010110010001011000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99B5F; }

 p { color: rgb(169,155,95); }

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

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

 a { background-color: rgb(169,155,95); }

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

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

 span { border-color: rgb(169,155,95); }

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