#AEA294

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

Shades of Cloudy #AEA294

Tints of Cloudy #AEA294

Color information

#AEA294 (or 0xAEA294) is unknown color: approx Cloudy. HEX triplet: AE, A2 and 94. RGB value is (174,162,148). Sum of RGB (Red+Green+Blue) = 174+162+148=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 162 (63.67% from 255 or 33.47% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA294 is #515D6B. Grayscale: #A4A4A4. Windows color (decimal): -5332332 or 9740974. OLE color: 9740974.

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

Color convert

RGB174162148-
CMYK00.070.150.32
HSL32.31º13.83%63.14%-
HSV(B)32.31º14.94%68.24%-
XYZ35.7236.9833.27-
YUV163.99118.98135.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.95%
GREEN value IS 162 (63.67% from 255) = 33.47%
BLUE value IS 148 (58.20% from 255) = 30.58%
R=35.95%
G=33.47%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416214800.070.150.3232.3113.8363.14
HexAEA29407F2020e3f
Octal256242224071740401677
Binary101011101010001010010100011111111000001000001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA294; }

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

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

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

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

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

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

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

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