#A9A056

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

Shades of Husk #A9A056

Tints of Husk #A9A056

Color information

#A9A056 (or 0xA9A056) is unknown color: approx Husk. HEX triplet: A9, A0 and 56. RGB value is (169,160,86). Sum of RGB (Red+Green+Blue) = 169+160+86=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 86 (33.98% from 255 or 20.72% from 415); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A056 is #565FA9. Grayscale: #9A9A9A. Windows color (decimal): -5660586 or 5677225. OLE color: 5677225.

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

Color convert

RGB16916086-
CMYK00.050.490.34
HSL53.49º32.55%50%-
HSV(B)53.49º49.11%66.27%-
XYZ30.6134.2513.8-
YUV154.2689.48138.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.72%
GREEN value IS 160 (62.89% from 255) = 38.55%
BLUE value IS 86 (33.98% from 255) = 20.72%
R=40.72%
G=38.55%
B=20.72%

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
Decimal1691608600.050.490.3453.4932.5550
HexA9A056053122352132
Octal251240126056142654162
Binary101010011010000010101100101110001100010110101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A056; }

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

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

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

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

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

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

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

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