#AEACAA

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

Shades of Cloudy #AEACAA

Tints of Cloudy #AEACAA

Color information

#AEACAA (or 0xAEACAA) is unknown color: approx Cloudy. HEX triplet: AE, AC and AA. RGB value is (174,172,170). Sum of RGB (Red+Green+Blue) = 174+172+170=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 174 - color contains mainly: red. Hex color #AEACAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEACAA is #515355. Grayscale: #ACACAC. Windows color (decimal): -5329750 or 11185326. OLE color: 11185326.

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

Color convert

RGB174172170-
CMYK00.010.020.32
HSL30º2.41%67.45%-
HSV(B)30º2.3%68.24%-
XYZ39.4641.4143.94-
YUV172.37126.66129.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.72%
GREEN value IS 172 (67.58% from 255) = 33.33%
BLUE value IS 170 (66.80% from 255) = 32.95%
R=33.72%
G=33.33%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417217000.010.020.32302.4167.45
HexAEACAA012201e243
Octal25625425201240362103
Binary101011101010110010101010011010000011110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEACAA; }

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

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

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

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

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

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

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

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