#AEA295

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

Shades of Cloudy #AEA295

Tints of Cloudy #AEA295

Color information

#AEA295 (or 0xAEA295) is unknown color: approx Cloudy. HEX triplet: AE, A2 and 95. RGB value is (174,162,149). Sum of RGB (Red+Green+Blue) = 174+162+149=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA295 is #515D6A. Grayscale: #A4A4A4. Windows color (decimal): -5332331 or 9806510. OLE color: 9806510.

HSL color Cylindrical-coordinate representation of color #AEA295: hue angle of 31.2º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AEA295 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB174162149-
CMYK00.070.140.32
HSL31.2º13.37%63.33%-
HSV(B)31.2º14.37%68.24%-
XYZ35.837.0133.69-
YUV164.11119.48135.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.88%
GREEN value IS 162 (63.67% from 255) = 33.40%
BLUE value IS 149 (58.59% from 255) = 30.72%
R=35.88%
G=33.40%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416214900.070.140.3231.213.3763.33
HexAEA29507E201fd3f
Octal256242225071640371577
Binary10101110101000101001010101111110100000111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA295; }

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

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

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

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

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

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

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

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