#AEAAA0

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

Shades of Cloudy #AEAAA0

Tints of Cloudy #AEAAA0

Color information

#AEAAA0 (or 0xAEAAA0) is unknown color: approx Cloudy. HEX triplet: AE, AA and A0. RGB value is (174,170,160). Sum of RGB (Red+Green+Blue) = 174+170+160=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAAA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAAA0 is #51555F. Grayscale: #AAAAAA. Windows color (decimal): -5330272 or 10529454. OLE color: 10529454.

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

Color convert

RGB174170160-
CMYK00.020.080.32
HSL42.86º7.95%65.49%-
HSV(B)42.86º8.05%68.24%-
XYZ38.1840.2939.02-
YUV170.06122.33130.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.52%
GREEN value IS 170 (66.80% from 255) = 33.73%
BLUE value IS 160 (62.89% from 255) = 31.75%
R=34.52%
G=33.73%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417016000.020.080.3242.867.9565.49
HexAEAAA0028202b841
Octal2562522400210405310101
Binary101011101010101010100000010100010000010101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAAA0; }

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

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

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

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

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

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

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

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