#AEA151

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

Shades of Husk #AEA151

Tints of Husk #AEA151

Color information

#AEA151 (or 0xAEA151) is unknown color: approx Husk. HEX triplet: AE, A1 and 51. RGB value is (174,161,81). Sum of RGB (Red+Green+Blue) = 174+161+81=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 81 (32.03% from 255 or 19.47% from 416); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA151 is #515EAE. Grayscale: #9C9C9C. Windows color (decimal): -5332655 or 5349806. OLE color: 5349806.

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

Color convert

RGB17416181-
CMYK00.070.530.32
HSL51.61º36.47%50%-
HSV(B)51.61º53.45%68.24%-
XYZ31.6935.0812.89-
YUV155.7785.81141-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.83%
GREEN value IS 161 (63.28% from 255) = 38.70%
BLUE value IS 81 (32.03% from 255) = 19.47%
R=41.83%
G=38.70%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741618100.070.530.3251.6136.4750
HexAEA151073520342432
Octal256241121076540644462
Binary101011101010000110100010111110101100000110100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA151; }

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

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

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

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

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

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

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

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