#AEAAA4

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

Shades of Cloudy #AEAAA4

Tints of Cloudy #AEAAA4

Color information

#AEAAA4 (or 0xAEAAA4) is unknown color: approx Cloudy. HEX triplet: AE, AA and A4. RGB value is (174,170,164). Sum of RGB (Red+Green+Blue) = 174+170+164=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 164 (64.45% from 255 or 32.28% from 508); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAAA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAAA4 is #51555B. Grayscale: #AAAAAA. Windows color (decimal): -5330268 or 10791598. OLE color: 10791598.

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

Color convert

RGB174170164-
CMYK00.020.060.32
HSL36º5.81%66.27%-
HSV(B)36º5.75%68.24%-
XYZ38.5340.4340.89-
YUV170.51124.33130.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.25%
GREEN value IS 170 (66.80% from 255) = 33.46%
BLUE value IS 164 (64.45% from 255) = 32.28%
R=34.25%
G=33.46%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417016400.020.060.32365.8166.27
HexAEAAA40262024642
Octal25625224402640446102
Binary1010111010101010101001000101101000001001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAAA4; }

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

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

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

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

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

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

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

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