#AE9752

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

Shades of Husk #AE9752

Tints of Husk #AE9752

Color information

#AE9752 (or 0xAE9752) is unknown color: approx Husk. HEX triplet: AE, 97 and 52. RGB value is (174,151,82). Sum of RGB (Red+Green+Blue) = 174+151+82=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 82 (32.42% from 255 or 20.15% from 407); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9752 is #5168AD. Grayscale: #969696. Windows color (decimal): -5335214 or 5412782. OLE color: 5412782.

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

Color convert

RGB17415182-
CMYK00.130.530.32
HSL45º36.22%50.2%-
HSV(B)45º52.87%68.24%-
XYZ30.0531.7412.53-
YUV150.0189.62145.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.75%
GREEN value IS 151 (59.38% from 255) = 37.10%
BLUE value IS 82 (32.42% from 255) = 20.15%
R=42.75%
G=37.10%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741518200.130.530.324536.2250.2
HexAE97520D35202d2432
Octal2562271220156540554462
Binary1010111010010111101001001101110101100000101101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9752; }

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

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

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

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

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

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

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

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