#A9A156

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

Shades of Husk #A9A156

Tints of Husk #A9A156

Color information

#A9A156 (or 0xA9A156) is unknown color: approx Husk. HEX triplet: A9, A1 and 56. RGB value is (169,161,86). Sum of RGB (Red+Green+Blue) = 169+161+86=416 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.62% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 86 (33.98% from 255 or 20.67% from 416); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A156 is #565EA9. Grayscale: #9B9B9B. Windows color (decimal): -5660330 or 5677481. OLE color: 5677481.

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

Color convert

RGB16916186-
CMYK00.050.490.34
HSL54.22º32.55%50%-
HSV(B)54.22º49.11%66.27%-
XYZ30.7934.613.86-
YUV154.8489.15138.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.62%
GREEN value IS 161 (63.28% from 255) = 38.70%
BLUE value IS 86 (33.98% from 255) = 20.67%
R=40.62%
G=38.70%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691618600.050.490.3454.2232.5550
HexA9A156053122362132
Octal251241126056142664162
Binary101010011010000110101100101110001100010110110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A156; }

 p { color: rgb(169,161,86); }

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

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

 a { background-color: rgb(169,161,86); }

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

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

 span { border-color: rgb(169,161,86); }

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