#AEA9A0

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

Shades of Cloudy #AEA9A0

Tints of Cloudy #AEA9A0

Color information

#AEA9A0 (or 0xAEA9A0) is unknown color: approx Cloudy. HEX triplet: AE, A9 and A0. RGB value is (174,169,160). Sum of RGB (Red+Green+Blue) = 174+169+160=503 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.59% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA9A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA9A0 is #51565F. Grayscale: #A9A9A9. Windows color (decimal): -5330528 or 10529198. OLE color: 10529198.

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

Color convert

RGB174169160-
CMYK00.030.080.32
HSL38.57º7.95%65.49%-
HSV(B)38.57º8.05%68.24%-
XYZ37.9939.9138.96-
YUV169.47122.66131.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.59%
GREEN value IS 169 (66.41% from 255) = 33.60%
BLUE value IS 160 (62.89% from 255) = 31.81%
R=34.59%
G=33.60%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416916000.030.080.3238.577.9565.49
HexAEA9A00382027841
Octal2562512400310404710101
Binary101011101010100110100000011100010000010011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA9A0; }

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

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

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

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

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

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

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

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