#AEA356

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

Shades of Husk #AEA356

Tints of Husk #AEA356

Color information

#AEA356 (or 0xAEA356) is unknown color: approx Husk. HEX triplet: AE, A3 and 56. RGB value is (174,163,86). Sum of RGB (Red+Green+Blue) = 174+163+86=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 86 (33.98% from 255 or 20.33% from 423); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA356 is #515CA9. Grayscale: #9D9D9D. Windows color (decimal): -5332138 or 5677998. OLE color: 5677998.

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

Color convert

RGB17416386-
CMYK00.060.510.32
HSL52.5º35.2%50.98%-
HSV(B)52.5º50.57%68.24%-
XYZ32.2335.8614.03-
YUV157.5187.64139.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.13%
GREEN value IS 163 (64.06% from 255) = 38.53%
BLUE value IS 86 (33.98% from 255) = 20.33%
R=41.13%
G=38.53%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741638600.060.510.3252.535.250.98
HexAEA356063320342333
Octal256243126066340644363
Binary101011101010001110101100110110011100000110100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA356; }

 p { color: rgb(174,163,86); }

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

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

 a { background-color: rgb(174,163,86); }

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

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

 span { border-color: rgb(174,163,86); }

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