#AEA057

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

Shades of Husk #AEA057

Tints of Husk #AEA057

Color information

#AEA057 (or 0xAEA057) is unknown color: approx Husk. HEX triplet: AE, A0 and 57. RGB value is (174,160,87). Sum of RGB (Red+Green+Blue) = 174+160+87=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 160 (62.89% from 255 or 38.00% from 421); Blue value is 87 (34.38% from 255 or 20.67% from 421); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA057 is #515FA8. Grayscale: #9C9C9C. Windows color (decimal): -5332905 or 5742766. OLE color: 5742766.

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

Color convert

RGB17416087-
CMYK00.080.50.32
HSL50.34º34.94%51.18%-
HSV(B)50.34º50%68.24%-
XYZ31.7534.8314.07-
YUV155.8689.14140.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.33%
GREEN value IS 160 (62.89% from 255) = 38.00%
BLUE value IS 87 (34.38% from 255) = 20.67%
R=41.33%
G=38.00%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.5
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741608700.080.50.3250.3434.9451.18
HexAEA057083220322333
Octal2562401270106240624363
Binary1010111010100000101011101000110010100000110010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA057; }

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

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

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

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

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

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

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

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