#AEA155

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

Shades of Husk #AEA155

Tints of Husk #AEA155

Color information

#AEA155 (or 0xAEA155) is unknown color: approx Husk. HEX triplet: AE, A1 and 55. RGB value is (174,161,85). Sum of RGB (Red+Green+Blue) = 174+161+85=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 85 (33.59% from 255 or 20.24% from 420); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA155 is #515EAA. Grayscale: #9C9C9C. Windows color (decimal): -5332651 or 5611950. OLE color: 5611950.

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

Color convert

RGB17416185-
CMYK00.070.510.32
HSL51.24º35.46%50.78%-
HSV(B)51.24º51.15%68.24%-
XYZ31.8435.1413.7-
YUV156.2287.81140.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.43%
GREEN value IS 161 (63.28% from 255) = 38.33%
BLUE value IS 85 (33.59% from 255) = 20.24%
R=41.43%
G=38.33%
B=20.24%

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
Decimal1741618500.070.510.3251.2435.4650.78
HexAEA155073320332333
Octal256241125076340634363
Binary101011101010000110101010111110011100000110011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA155; }

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

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

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

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

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

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

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

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