#AEA29A

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

Shades of Cloudy #AEA29A

Tints of Cloudy #AEA29A

Color information

#AEA29A (or 0xAEA29A) is unknown color: approx Cloudy. HEX triplet: AE, A2 and 9A. RGB value is (174,162,154). Sum of RGB (Red+Green+Blue) = 174+162+154=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA29A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA29A is #515D65. Grayscale: #A4A4A4. Windows color (decimal): -5332326 or 10134190. OLE color: 10134190.

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

Color convert

RGB174162154-
CMYK00.070.110.32
HSL24º10.99%64.31%-
HSV(B)24º11.49%68.24%-
XYZ36.2137.1735.84-
YUV164.68121.98134.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.51%
GREEN value IS 162 (63.67% from 255) = 33.06%
BLUE value IS 154 (60.55% from 255) = 31.43%
R=35.51%
G=33.06%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416215400.070.110.322410.9964.31
HexAEA29A07B2018b40
Octal2562422320713403013100
Binary101011101010001010011010011110111000001100010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA29A; }

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

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

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

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

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

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

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

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