#A99F4C

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

Shades of Husk #A99F4C

Tints of Husk #A99F4C

Color information

#A99F4C (or 0xA99F4C) is unknown color: approx Husk. HEX triplet: A9, 9F and 4C. RGB value is (169,159,76). Sum of RGB (Red+Green+Blue) = 169+159+76=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 159 (62.5% from 255 or 39.36% from 404); Blue value is 76 (30.08% from 255 or 18.81% from 404); Max value from RGB is 169 - color contains mainly: red. Hex color #A99F4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99F4C is #5660B3. Grayscale: #989898. Windows color (decimal): -5660852 or 5021609. OLE color: 5021609.

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

Color convert

RGB16915976-
CMYK00.060.550.34
HSL53.55º37.96%48.04%-
HSV(B)53.55º55.03%66.27%-
XYZ30.0633.7511.77-
YUV152.5384.81139.75-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.83%
GREEN value IS 159 (62.5% from 255) = 39.36%
BLUE value IS 76 (30.08% from 255) = 18.81%
R=41.83%
G=39.36%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691597600.060.550.3453.5537.9648.04
HexA99F4C063722362630
Octal251237114066742664660
Binary101010011001111110011000110110111100010110110100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99F4C; }

 p { color: rgb(169,159,76); }

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

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

 a { background-color: rgb(169,159,76); }

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

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

 span { border-color: rgb(169,159,76); }

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