#A99F57

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

Shades of Husk #A99F57

Tints of Husk #A99F57

Color information

#A99F57 (or 0xA99F57) is unknown color: approx Husk. HEX triplet: A9, 9F and 57. RGB value is (169,159,87). Sum of RGB (Red+Green+Blue) = 169+159+87=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 159 (62.5% from 255 or 38.31% from 415); Blue value is 87 (34.38% from 255 or 20.96% from 415); Max value from RGB is 169 - color contains mainly: red. Hex color #A99F57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99F57 is #5660A8. Grayscale: #9A9A9A. Windows color (decimal): -5660841 or 5742505. OLE color: 5742505.

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

Color convert

RGB16915987-
CMYK00.060.490.34
HSL52.68º32.28%50.2%-
HSV(B)52.68º48.52%66.27%-
XYZ30.4833.9213.96-
YUV153.7890.31138.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.72%
GREEN value IS 159 (62.5% from 255) = 38.31%
BLUE value IS 87 (34.38% from 255) = 20.96%
R=40.72%
G=38.31%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691598700.060.490.3452.6832.2850.2
HexA99F57063122352032
Octal251237127066142654062
Binary101010011001111110101110110110001100010110101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99F57; }

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

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

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

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

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

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

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

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