#AEA193

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

Shades of Cloudy #AEA193

Tints of Cloudy #AEA193

Color information

#AEA193 (or 0xAEA193) is unknown color: approx Cloudy. HEX triplet: AE, A1 and 93. RGB value is (174,161,147). Sum of RGB (Red+Green+Blue) = 174+161+147=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA193 is #515E6C. Grayscale: #A3A3A3. Windows color (decimal): -5332589 or 9675182. OLE color: 9675182.

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

Color convert

RGB174161147-
CMYK00.070.160.32
HSL31.11º14.29%62.94%-
HSV(B)31.11º15.52%68.24%-
XYZ35.4736.5932.8-
YUV163.29118.81135.64-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.10%
GREEN value IS 161 (63.28% from 255) = 33.40%
BLUE value IS 147 (57.81% from 255) = 30.50%
R=36.10%
G=33.40%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416114700.070.160.3231.1114.2962.94
HexAEA1930710201fe3f
Octal256241223072040371677
Binary101011101010000110010011011110000100000111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA193; }

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

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

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

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

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

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

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

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