#A99851

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

Shades of Husk #A99851

Tints of Husk #A99851

Color information

#A99851 (or 0xA99851) is unknown color: approx Husk. HEX triplet: A9, 98 and 51. RGB value is (169,152,81). Sum of RGB (Red+Green+Blue) = 169+152+81=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 81 (32.03% from 255 or 20.15% from 402); Max value from RGB is 169 - color contains mainly: red. Hex color #A99851 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99851 is #5667AE. Grayscale: #959595. Windows color (decimal): -5662639 or 5347497. OLE color: 5347497.

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

Color convert

RGB16915281-
CMYK00.100.520.34
HSL48.41º35.2%49.02%-
HSV(B)48.41º52.07%66.27%-
XYZ29.0831.4912.33-
YUV148.9989.63142.27-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.04%
GREEN value IS 152 (59.77% from 255) = 37.81%
BLUE value IS 81 (32.03% from 255) = 20.15%
R=42.04%
G=37.81%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.52
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691528100.100.520.3448.4135.249.02
HexA998510A3422302331
Octal2512301210126442604361
Binary1010100110011000101000101010110100100010110000100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99851; }

 p { color: rgb(169,152,81); }

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

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

 a { background-color: rgb(169,152,81); }

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

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

 span { border-color: rgb(169,152,81); }

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