#A99E52

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

Shades of Husk #A99E52

Tints of Husk #A99E52

Color information

#A99E52 (or 0xA99E52) is unknown color: approx Husk. HEX triplet: A9, 9E and 52. RGB value is (169,158,82). Sum of RGB (Red+Green+Blue) = 169+158+82=409 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.32% from 409); Green value is 158 (62.11% from 255 or 38.63% from 409); Blue value is 82 (32.42% from 255 or 20.05% from 409); Max value from RGB is 169 - color contains mainly: red. Hex color #A99E52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99E52 is #5661AD. Grayscale: #989898. Windows color (decimal): -5661102 or 5414569. OLE color: 5414569.

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

Color convert

RGB16915882-
CMYK00.070.510.34
HSL52.41º34.66%49.22%-
HSV(B)52.41º51.48%66.27%-
XYZ30.1133.512.86-
YUV152.6288.14139.68-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.32%
GREEN value IS 158 (62.11% from 255) = 38.63%
BLUE value IS 82 (32.42% from 255) = 20.05%
R=41.32%
G=38.63%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691588200.070.510.3452.4134.6649.22
HexA99E52073322342331
Octal251236122076342644361
Binary101010011001111010100100111110011100010110100100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99E52; }

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

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

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

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

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

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

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

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