#AEA052

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

Shades of Husk #AEA052

Tints of Husk #AEA052

Color information

#AEA052 (or 0xAEA052) is unknown color: approx Husk. HEX triplet: AE, A0 and 52. RGB value is (174,160,82). Sum of RGB (Red+Green+Blue) = 174+160+82=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA052 is #515FAD. Grayscale: #9B9B9B. Windows color (decimal): -5332910 or 5415086. OLE color: 5415086.

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

Color convert

RGB17416082-
CMYK00.080.530.32
HSL50.87º36.22%50.2%-
HSV(B)50.87º52.87%68.24%-
XYZ31.5534.7513.03-
YUV155.2986.64141.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.83%
GREEN value IS 160 (62.89% from 255) = 38.46%
BLUE value IS 82 (32.42% from 255) = 19.71%
R=41.83%
G=38.46%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741608200.080.530.3250.8736.2250.2
HexAEA052083520332432
Octal2562401220106540634462
Binary1010111010100000101001001000110101100000110011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA052; }

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

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

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

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

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

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

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

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