#A99352

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

Shades of Husk #A99352

Tints of Husk #A99352

Color information

#A99352 (or 0xA99352) is unknown color: approx Husk. HEX triplet: A9, 93 and 52. RGB value is (169,147,82). Sum of RGB (Red+Green+Blue) = 169+147+82=398 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.46% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 169 - color contains mainly: red. Hex color #A99352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99352 is #566CAD. Grayscale: #929292. Windows color (decimal): -5663918 or 5411753. OLE color: 5411753.

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

Color convert

RGB16914782-
CMYK00.130.510.34
HSL44.83º34.66%49.22%-
HSV(B)44.83º51.48%66.27%-
XYZ28.3229.9112.26-
YUV146.1791.79144.29-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.46%
GREEN value IS 147 (57.81% from 255) = 36.93%
BLUE value IS 82 (32.42% from 255) = 20.60%
R=42.46%
G=36.93%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691478200.130.510.3444.8334.6649.22
HexA993520D33222d2331
Octal2512231220156342554361
Binary1010100110010011101001001101110011100010101101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99352; }

 p { color: rgb(169,147,82); }

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

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

 a { background-color: rgb(169,147,82); }

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

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

 span { border-color: rgb(169,147,82); }

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