#AEA156

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

Shades of Husk #AEA156

Tints of Husk #AEA156

Color information

#AEA156 (or 0xAEA156) is unknown color: approx Husk. HEX triplet: AE, A1 and 56. RGB value is (174,161,86). Sum of RGB (Red+Green+Blue) = 174+161+86=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA156 is #515EA9. Grayscale: #9C9C9C. Windows color (decimal): -5332650 or 5677486. OLE color: 5677486.

HSL color Cylindrical-coordinate representation of color #AEA156: hue angle of 51.14º 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 #AEA156 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB17416186-
CMYK00.070.510.32
HSL51.14º35.2%50.98%-
HSV(B)51.14º50.57%68.24%-
XYZ31.8835.1613.91-
YUV156.3488.31140.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.33%
GREEN value IS 161 (63.28% from 255) = 38.24%
BLUE value IS 86 (33.98% from 255) = 20.43%
R=41.33%
G=38.24%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741618600.070.510.3251.1435.250.98
HexAEA156073320332333
Octal256241126076340634363
Binary101011101010000110101100111110011100000110011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA156; }

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

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

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

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

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

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

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

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