#AEA49C

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

Shades of Cloudy #AEA49C

Tints of Cloudy #AEA49C

Color information

#AEA49C (or 0xAEA49C) is unknown color: approx Cloudy. HEX triplet: AE, A4 and 9C. RGB value is (174,164,156). Sum of RGB (Red+Green+Blue) = 174+164+156=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 164 (64.45% from 255 or 33.20% from 494); Blue value is 156 (61.33% from 255 or 31.58% from 494); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA49C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA49C is #515B63. Grayscale: #A6A6A6. Windows color (decimal): -5331812 or 10265774. OLE color: 10265774.

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

Color convert

RGB174164156-
CMYK00.060.100.32
HSL26.67º10%64.71%-
HSV(B)26.67º10.34%68.24%-
XYZ36.7337.9536.84-
YUV166.08122.31133.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.22%
GREEN value IS 164 (64.45% from 255) = 33.20%
BLUE value IS 156 (61.33% from 255) = 31.58%
R=35.22%
G=33.20%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416415600.060.100.3226.671064.71
HexAEA49C06A201ba41
Octal2562442340612403312101
Binary101011101010010010011100011010101000001101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA49C; }

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

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

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

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

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

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

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

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