#A99F4E

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

Shades of Husk #A99F4E

Tints of Husk #A99F4E

Color information

#A99F4E (or 0xA99F4E) is unknown color: approx Husk. HEX triplet: A9, 9F and 4E. RGB value is (169,159,78). Sum of RGB (Red+Green+Blue) = 169+159+78=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 159 (62.5% from 255 or 39.16% from 406); Blue value is 78 (30.86% from 255 or 19.21% from 406); Max value from RGB is 169 - color contains mainly: red. Hex color #A99F4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99F4E is #5660B1. Grayscale: #999999. Windows color (decimal): -5660850 or 5152681. OLE color: 5152681.

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

Color convert

RGB16915978-
CMYK00.060.540.34
HSL53.41º36.84%48.43%-
HSV(B)53.41º53.85%66.27%-
XYZ30.1433.7812.14-
YUV152.7685.81139.59-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.63%
GREEN value IS 159 (62.5% from 255) = 39.16%
BLUE value IS 78 (30.86% from 255) = 19.21%
R=41.63%
G=39.16%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691597800.060.540.3453.4136.8448.43
HexA99F4E063622352530
Octal251237116066642654560
Binary101010011001111110011100110110110100010110101100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99F4E; }

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

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

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

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

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

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

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

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