#AEA091

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

Shades of Cloudy #AEA091

Tints of Cloudy #AEA091

Color information

#AEA091 (or 0xAEA091) is unknown color: approx Cloudy. HEX triplet: AE, A0 and 91. RGB value is (174,160,145). Sum of RGB (Red+Green+Blue) = 174+160+145=479 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.33% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 145 (57.03% from 255 or 30.27% from 479); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA091 is #515F6E. Grayscale: #A2A2A2. Windows color (decimal): -5332847 or 9543854. OLE color: 9543854.

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

Color convert

RGB174160145-
CMYK00.080.170.32
HSL31.03º15.18%62.55%-
HSV(B)31.03º16.67%68.24%-
XYZ35.1436.1831.92-
YUV162.48118.14136.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.33%
GREEN value IS 160 (62.89% from 255) = 33.40%
BLUE value IS 145 (57.03% from 255) = 30.27%
R=36.33%
G=33.40%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416014500.080.170.3231.0315.1862.55
HexAEA0910811201ff3f
Octal2562402210102140371777
Binary1010111010100000100100010100010001100000111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA091; }

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

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

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

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

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

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

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

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