#AEA394

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

Shades of Cloudy #AEA394

Tints of Cloudy #AEA394

Color information

#AEA394 (or 0xAEA394) is unknown color: approx Cloudy. HEX triplet: AE, A3 and 94. RGB value is (174,163,148). Sum of RGB (Red+Green+Blue) = 174+163+148=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 163 (64.06% from 255 or 33.61% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA394 is #515C6B. Grayscale: #A4A4A4. Windows color (decimal): -5332076 or 9741230. OLE color: 9741230.

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

Color convert

RGB174163148-
CMYK00.060.150.32
HSL34.62º13.83%63.14%-
HSV(B)34.62º14.94%68.24%-
XYZ35.937.3333.33-
YUV164.58118.64134.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.88%
GREEN value IS 163 (64.06% from 255) = 33.61%
BLUE value IS 148 (58.20% from 255) = 30.52%
R=35.88%
G=33.61%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416314800.060.150.3234.6213.8363.14
HexAEA39406F2023e3f
Octal256243224061740431677
Binary101011101010001110010100011011111000001000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA394; }

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

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

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

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

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

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

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

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