#AEA058

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

Shades of Husk #AEA058

Tints of Husk #AEA058

Color information

#AEA058 (or 0xAEA058) is unknown color: approx Husk. HEX triplet: AE, A0 and 58. RGB value is (174,160,88). Sum of RGB (Red+Green+Blue) = 174+160+88=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 88 (34.77% from 255 or 20.85% from 422); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA058 is #515FA7. Grayscale: #9C9C9C. Windows color (decimal): -5332904 or 5808302. OLE color: 5808302.

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

Color convert

RGB17416088-
CMYK00.080.490.32
HSL50.23º34.68%51.37%-
HSV(B)50.23º49.43%68.24%-
XYZ31.7934.8414.28-
YUV155.9889.64140.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.23%
GREEN value IS 160 (62.89% from 255) = 37.91%
BLUE value IS 88 (34.77% from 255) = 20.85%
R=41.23%
G=37.91%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741608800.080.490.3250.2334.6851.37
HexAEA058083120322333
Octal2562401300106140624363
Binary1010111010100000101100001000110001100000110010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA058; }

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

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

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

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

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

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

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

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