#AEA454

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

Shades of Husk #AEA454

Tints of Husk #AEA454

Color information

#AEA454 (or 0xAEA454) is unknown color: approx Husk. HEX triplet: AE, A4 and 54. RGB value is (174,164,84). Sum of RGB (Red+Green+Blue) = 174+164+84=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 84 (33.20% from 255 or 19.91% from 422); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA454 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA454 is #515BAB. Grayscale: #9E9E9E. Windows color (decimal): -5331884 or 5547182. OLE color: 5547182.

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

Color convert

RGB17416484-
CMYK00.060.520.32
HSL53.33º35.71%50.59%-
HSV(B)53.33º51.72%68.24%-
XYZ32.3336.1913.67-
YUV157.8786.31139.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.23%
GREEN value IS 164 (64.45% from 255) = 38.86%
BLUE value IS 84 (33.20% from 255) = 19.91%
R=41.23%
G=38.86%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741648400.060.520.3253.3335.7150.59
HexAEA454063420352433
Octal256244124066440654463
Binary101011101010010010101000110110100100000110101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA454; }

 p { color: rgb(174,164,84); }

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

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

 a { background-color: rgb(174,164,84); }

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

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

 span { border-color: rgb(174,164,84); }

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