#AEA194

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

Shades of Cloudy #AEA194

Tints of Cloudy #AEA194

Color information

#AEA194 (or 0xAEA194) is unknown color: approx Cloudy. HEX triplet: AE, A1 and 94. RGB value is (174,161,148). Sum of RGB (Red+Green+Blue) = 174+161+148=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 161 (63.28% from 255 or 33.33% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA194 is #515E6B. Grayscale: #A3A3A3. Windows color (decimal): -5332588 or 9740718. OLE color: 9740718.

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

Color convert

RGB174161148-
CMYK00.070.150.32
HSL30º13.83%63.14%-
HSV(B)30º14.94%68.24%-
XYZ35.5536.6333.21-
YUV163.4119.31135.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.02%
GREEN value IS 161 (63.28% from 255) = 33.33%
BLUE value IS 148 (58.20% from 255) = 30.64%
R=36.02%
G=33.33%
B=30.64%

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
Decimal17416114800.070.150.323013.8363.14
HexAEA19407F201ee3f
Octal256241224071740361677
Binary10101110101000011001010001111111100000111101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA194; }

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

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

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

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

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

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

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

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