#AEA49A

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

Shades of Cloudy #AEA49A

Tints of Cloudy #AEA49A

Color information

#AEA49A (or 0xAEA49A) is unknown color: approx Cloudy. HEX triplet: AE, A4 and 9A. RGB value is (174,164,154). Sum of RGB (Red+Green+Blue) = 174+164+154=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 164 (64.45% from 255 or 33.33% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA49A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA49A is #515B65. Grayscale: #A5A5A5. Windows color (decimal): -5331814 or 10134702. OLE color: 10134702.

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

Color convert

RGB174164154-
CMYK00.060.110.32
HSL30º10.99%64.31%-
HSV(B)30º11.49%68.24%-
XYZ36.5637.8835.96-
YUV165.85121.31133.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.37%
GREEN value IS 164 (64.45% from 255) = 33.33%
BLUE value IS 154 (60.55% from 255) = 31.30%
R=35.37%
G=33.33%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416415400.060.110.323010.9964.31
HexAEA49A06B201eb40
Octal2562442320613403613100
Binary101011101010010010011010011010111000001111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA49A; }

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

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

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

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

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

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

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

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