#A99950

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

Shades of Husk #A99950

Tints of Husk #A99950

Color information

#A99950 (or 0xA99950) is unknown color: approx Husk. HEX triplet: A9, 99 and 50. RGB value is (169,153,80). Sum of RGB (Red+Green+Blue) = 169+153+80=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 80 (31.64% from 255 or 19.90% from 402); Max value from RGB is 169 - color contains mainly: red. Hex color #A99950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99950 is #5666AF. Grayscale: #959595. Windows color (decimal): -5662384 or 5282217. OLE color: 5282217.

HSL color Cylindrical-coordinate representation of color #A99950: hue angle of 49.21º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A99950 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.34.

Color convert

RGB16915380-
CMYK00.090.530.34
HSL49.21º35.74%48.82%-
HSV(B)49.21º52.66%66.27%-
XYZ29.231.812.19-
YUV149.4688.8141.94-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.04%
GREEN value IS 153 (60.16% from 255) = 38.06%
BLUE value IS 80 (31.64% from 255) = 19.90%
R=42.04%
G=38.06%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691538000.090.530.3449.2135.7448.82
HexA99950093522312431
Octal2512311200116542614461
Binary1010100110011001101000001001110101100010110001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99950; }

 p { color: rgb(169,153,80); }

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

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

 a { background-color: rgb(169,153,80); }

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

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

 span { border-color: rgb(169,153,80); }

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