#AE9C52

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

Shades of Husk #AE9C52

Tints of Husk #AE9C52

Color information

#AE9C52 (or 0xAE9C52) is unknown color: approx Husk. HEX triplet: AE, 9C and 52. RGB value is (174,156,82). Sum of RGB (Red+Green+Blue) = 174+156+82=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 82 (32.42% from 255 or 19.90% from 412); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9C52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9C52 is #5163AD. Grayscale: #999999. Windows color (decimal): -5333934 or 5414062. OLE color: 5414062.

HSL color Cylindrical-coordinate representation of color #AE9C52: hue angle of 48.26º 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 #AE9C52 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB17415682-
CMYK00.100.530.32
HSL48.26º36.22%50.2%-
HSV(B)48.26º52.87%68.24%-
XYZ30.8733.3812.8-
YUV152.9587.96143.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.23%
GREEN value IS 156 (61.33% from 255) = 37.86%
BLUE value IS 82 (32.42% from 255) = 19.90%
R=42.23%
G=37.86%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741568200.100.530.3248.2636.2250.2
HexAE9C520A3520302432
Octal2562341220126540604462
Binary1010111010011100101001001010110101100000110000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9C52; }

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

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

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

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

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

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

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

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