#A99251

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

Shades of Husk #A99251

Tints of Husk #A99251

Color information

#A99251 (or 0xA99251) is unknown color: approx Husk. HEX triplet: A9, 92 and 51. RGB value is (169,146,81). Sum of RGB (Red+Green+Blue) = 169+146+81=396 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.68% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 81 (32.03% from 255 or 20.45% from 396); Max value from RGB is 169 - color contains mainly: red. Hex color #A99251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99251 is #566DAE. Grayscale: #919191. Windows color (decimal): -5664175 or 5345961. OLE color: 5345961.

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

Color convert

RGB16914681-
CMYK00.140.520.34
HSL44.32º35.2%49.02%-
HSV(B)44.32º52.07%66.27%-
XYZ28.1329.5912.01-
YUV145.4791.62144.79-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.68%
GREEN value IS 146 (57.42% from 255) = 36.87%
BLUE value IS 81 (32.03% from 255) = 20.45%
R=42.68%
G=36.87%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691468100.140.520.3444.3235.249.02
HexA992510E34222c2331
Octal2512221210166442544361
Binary1010100110010010101000101110110100100010101100100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99251; }

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

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

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

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

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

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

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

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