#AEA191

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

Shades of Cloudy #AEA191

Tints of Cloudy #AEA191

Color information

#AEA191 (or 0xAEA191) is unknown color: approx Cloudy. HEX triplet: AE, A1 and 91. RGB value is (174,161,145). Sum of RGB (Red+Green+Blue) = 174+161+145=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 161 (63.28% from 255 or 33.54% from 480); Blue value is 145 (57.03% from 255 or 30.21% from 480); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA191 is #515E6E. Grayscale: #A3A3A3. Windows color (decimal): -5332591 or 9544110. OLE color: 9544110.

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

Color convert

RGB174161145-
CMYK00.070.170.32
HSL33.1º15.18%62.55%-
HSV(B)33.1º16.67%68.24%-
XYZ35.3136.5331.98-
YUV163.06117.81135.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.25%
GREEN value IS 161 (63.28% from 255) = 33.54%
BLUE value IS 145 (57.03% from 255) = 30.21%
R=36.25%
G=33.54%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416114500.070.170.3233.115.1862.55
HexAEA19107112021f3f
Octal256241221072140411777
Binary1010111010100001100100010111100011000001000011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA191; }

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

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

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

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

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

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

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

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