#A99556

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

Shades of Husk #A99556

Tints of Husk #A99556

Color information

#A99556 (or 0xA99556) is unknown color: approx Husk. HEX triplet: A9, 95 and 56. RGB value is (169,149,86). Sum of RGB (Red+Green+Blue) = 169+149+86=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 86 (33.98% from 255 or 21.29% from 404); Max value from RGB is 169 - color contains mainly: red. Hex color #A99556 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99556 is #566AA9. Grayscale: #949494. Windows color (decimal): -5663402 or 5674409. OLE color: 5674409.

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

Color convert

RGB16914986-
CMYK00.120.490.34
HSL45.54º32.55%50%-
HSV(B)45.54º49.11%66.27%-
XYZ28.7930.613.19-
YUV147.893.13143.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.83%
GREEN value IS 149 (58.59% from 255) = 36.88%
BLUE value IS 86 (33.98% from 255) = 21.29%
R=41.83%
G=36.88%
B=21.29%

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
Decimal1691498600.120.490.3445.5432.5550
HexA995560C31222e2132
Octal2512251260146142564162
Binary1010100110010101101011001100110001100010101110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99556; }

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

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

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

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

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

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

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

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