#A9A257

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

Shades of Husk #A9A257

Tints of Husk #A9A257

Color information

#A9A257 (or 0xA9A257) is unknown color: approx Husk. HEX triplet: A9, A2 and 57. RGB value is (169,162,87). Sum of RGB (Red+Green+Blue) = 169+162+87=418 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.43% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 87 (34.38% from 255 or 20.81% from 418); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A257 is #565DA8. Grayscale: #9B9B9B. Windows color (decimal): -5660073 or 5743273. OLE color: 5743273.

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

Color convert

RGB16916287-
CMYK00.040.490.34
HSL54.88º32.28%50.2%-
HSV(B)54.88º48.52%66.27%-
XYZ3134.9614.13-
YUV155.5489.32137.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.43%
GREEN value IS 162 (63.67% from 255) = 38.76%
BLUE value IS 87 (34.38% from 255) = 20.81%
R=40.43%
G=38.76%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691628700.040.490.3454.8832.2850.2
HexA9A257043122372032
Octal251242127046142674062
Binary101010011010001010101110100110001100010110111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A257; }

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

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

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

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

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

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

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

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