#AEA253

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

Shades of Husk #AEA253

Tints of Husk #AEA253

Color information

#AEA253 (or 0xAEA253) is unknown color: approx Husk. HEX triplet: AE, A2 and 53. RGB value is (174,162,83). Sum of RGB (Red+Green+Blue) = 174+162+83=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 83 (32.81% from 255 or 19.81% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA253 is #515DAC. Grayscale: #9C9C9C. Windows color (decimal): -5332397 or 5481134. OLE color: 5481134.

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

Color convert

RGB17416283-
CMYK00.070.520.32
HSL52.09º35.97%50.39%-
HSV(B)52.09º52.3%68.24%-
XYZ31.9435.4613.35-
YUV156.5886.48140.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.53%
GREEN value IS 162 (63.67% from 255) = 38.66%
BLUE value IS 83 (32.81% from 255) = 19.81%
R=41.53%
G=38.66%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741628300.070.520.3252.0935.9750.39
HexAEA253073420342432
Octal256242123076440644462
Binary101011101010001010100110111110100100000110100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA253; }

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

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

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

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

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

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

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

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