#AEA196

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

Shades of Cloudy #AEA196

Tints of Cloudy #AEA196

Color information

#AEA196 (or 0xAEA196) is unknown color: approx Cloudy. HEX triplet: AE, A1 and 96. RGB value is (174,161,150). Sum of RGB (Red+Green+Blue) = 174+161+150=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA196 is #515E69. Grayscale: #A3A3A3. Windows color (decimal): -5332586 or 9871790. OLE color: 9871790.

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

Color convert

RGB174161150-
CMYK00.070.140.32
HSL27.5º12.9%63.53%-
HSV(B)27.5º13.79%68.24%-
XYZ35.7136.6934.05-
YUV163.63120.31135.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.88%
GREEN value IS 161 (63.28% from 255) = 33.20%
BLUE value IS 150 (58.98% from 255) = 30.93%
R=35.88%
G=33.20%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416115000.070.140.3227.512.963.53
HexAEA19607E201cd40
Octal2562412260716403415100
Binary101011101010000110010110011111101000001110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA196; }

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

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

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

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

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

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

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

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