#A99847

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

Shades of Husk #A99847

Tints of Husk #A99847

Color information

#A99847 (or 0xA99847) is unknown color: approx Husk. HEX triplet: A9, 98 and 47. RGB value is (169,152,71). Sum of RGB (Red+Green+Blue) = 169+152+71=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 71 (28.12% from 255 or 18.11% from 392); Max value from RGB is 169 - color contains mainly: red. Hex color #A99847 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99847 is #5667B8. Grayscale: #949494. Windows color (decimal): -5662649 or 4692137. OLE color: 4692137.

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

Color convert

RGB16915271-
CMYK00.100.580.34
HSL49.59º40.83%47.06%-
HSV(B)49.59º57.99%66.27%-
XYZ28.7331.3510.5-
YUV147.8584.63143.09-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.11%
GREEN value IS 152 (59.77% from 255) = 38.78%
BLUE value IS 71 (28.12% from 255) = 18.11%
R=43.11%
G=38.78%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.58
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691527100.100.580.3449.5940.8347.06
HexA998470A3A2232292f
Octal2512301070127242625157
Binary1010100110011000100011101010111010100010110010101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99847; }

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

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

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

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

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

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

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

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