#AE9E52

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

Shades of Husk #AE9E52

Tints of Husk #AE9E52

Color information

#AE9E52 (or 0xAE9E52) is unknown color: approx Husk. HEX triplet: AE, 9E and 52. RGB value is (174,158,82). Sum of RGB (Red+Green+Blue) = 174+158+82=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 82 (32.42% from 255 or 19.81% from 414); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9E52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9E52 is #5161AD. Grayscale: #9A9A9A. Windows color (decimal): -5333422 or 5414574. OLE color: 5414574.

HSL color Cylindrical-coordinate representation of color #AE9E52: hue angle of 49.57º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AE9E52 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB17415882-
CMYK00.090.530.32
HSL49.57º36.22%50.2%-
HSV(B)49.57º52.87%68.24%-
XYZ31.2134.0612.91-
YUV154.1287.3142.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.03%
GREEN value IS 158 (62.11% from 255) = 38.16%
BLUE value IS 82 (32.42% from 255) = 19.81%
R=42.03%
G=38.16%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741588200.090.530.3249.5736.2250.2
HexAE9E52093520322432
Octal2562361220116540624462
Binary1010111010011110101001001001110101100000110010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9E52; }

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

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

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

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

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

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

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

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