#AEA252

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

Shades of Husk #AEA252

Tints of Husk #AEA252

Color information

#AEA252 (or 0xAEA252) is unknown color: approx Husk. HEX triplet: AE, A2 and 52. RGB value is (174,162,82). Sum of RGB (Red+Green+Blue) = 174+162+82=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 82 (32.42% from 255 or 19.62% from 418); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA252 is #515DAD. Grayscale: #9C9C9C. Windows color (decimal): -5332398 or 5415598. OLE color: 5415598.

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

Color convert

RGB17416282-
CMYK00.070.530.32
HSL52.17º36.22%50.2%-
HSV(B)52.17º52.87%68.24%-
XYZ31.935.4513.14-
YUV156.4785.98140.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.63%
GREEN value IS 162 (63.67% from 255) = 38.76%
BLUE value IS 82 (32.42% from 255) = 19.62%
R=41.63%
G=38.76%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741628200.070.530.3252.1736.2250.2
HexAEA252073520342432
Octal256242122076540644462
Binary101011101010001010100100111110101100000110100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA252; }

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

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

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

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

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

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

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

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