#A99457

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

Shades of Husk #A99457

Tints of Husk #A99457

Color information

#A99457 (or 0xA99457) is unknown color: approx Husk. HEX triplet: A9, 94 and 57. RGB value is (169,148,87). Sum of RGB (Red+Green+Blue) = 169+148+87=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 87 (34.38% from 255 or 21.53% from 404); Max value from RGB is 169 - color contains mainly: red. Hex color #A99457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99457 is #566BA8. Grayscale: #939393. Windows color (decimal): -5663657 or 5739689. OLE color: 5739689.

HSL color Cylindrical-coordinate representation of color #A99457: hue angle of 44.63º 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 #A99457 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB16914887-
CMYK00.120.490.34
HSL44.63º32.28%50.2%-
HSV(B)44.63º48.52%66.27%-
XYZ28.6730.313.35-
YUV147.3293.96143.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.83%
GREEN value IS 148 (58.20% from 255) = 36.63%
BLUE value IS 87 (34.38% from 255) = 21.53%
R=41.83%
G=36.63%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691488700.120.490.3444.6332.2850.2
HexA994570C31222d2032
Octal2512241270146142554062
Binary1010100110010100101011101100110001100010101101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99457; }

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

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

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

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

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

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

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

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