#A99558

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

Shades of Husk #A99558

Tints of Husk #A99558

Color information

#A99558 (or 0xA99558) is unknown color: approx Husk. HEX triplet: A9, 95 and 58. RGB value is (169,149,88). Sum of RGB (Red+Green+Blue) = 169+149+88=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 88 (34.77% from 255 or 21.67% from 406); Max value from RGB is 169 - color contains mainly: red. Hex color #A99558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99558 is #566AA7. Grayscale: #949494. Windows color (decimal): -5663400 or 5805481. OLE color: 5805481.

HSL color Cylindrical-coordinate representation of color #A99558: hue angle of 45.19º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A99558 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.34.

Color convert

RGB16914988-
CMYK00.120.480.34
HSL45.19º32.02%50.39%-
HSV(B)45.19º47.93%66.27%-
XYZ28.8730.6313.62-
YUV148.0394.13142.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.63%
GREEN value IS 149 (58.59% from 255) = 36.70%
BLUE value IS 88 (34.77% from 255) = 21.67%
R=41.63%
G=36.70%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691498800.120.480.3445.1932.0250.39
HexA995580C30222d2032
Octal2512251300146042554062
Binary1010100110010101101100001100110000100010101101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99558; }

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

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

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

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

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

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

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

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