#A99351

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

Shades of Husk #A99351

Tints of Husk #A99351

Color information

#A99351 (or 0xA99351) is unknown color: approx Husk. HEX triplet: A9, 93 and 51. RGB value is (169,147,81). Sum of RGB (Red+Green+Blue) = 169+147+81=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 169 - color contains mainly: red. Hex color #A99351 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99351 is #566CAE. Grayscale: #929292. Windows color (decimal): -5663919 or 5346217. OLE color: 5346217.

HSL color Cylindrical-coordinate representation of color #A99351: hue angle of 45º 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 #A99351 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.34.

Color convert

RGB16914781-
CMYK00.130.520.34
HSL45º35.2%49.02%-
HSV(B)45º52.07%66.27%-
XYZ28.2829.912.06-
YUV146.0591.29144.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.57%
GREEN value IS 147 (57.81% from 255) = 37.03%
BLUE value IS 81 (32.03% from 255) = 20.40%
R=42.57%
G=37.03%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691478100.130.520.344535.249.02
HexA993510D34222d2331
Octal2512231210156442554361
Binary1010100110010011101000101101110100100010101101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99351; }

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

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

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

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

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

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

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

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