#AEA195

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

Shades of Cloudy #AEA195

Tints of Cloudy #AEA195

Color information

#AEA195 (or 0xAEA195) is unknown color: approx Cloudy. HEX triplet: AE, A1 and 95. RGB value is (174,161,149). Sum of RGB (Red+Green+Blue) = 174+161+149=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA195 is #515E6A. Grayscale: #A3A3A3. Windows color (decimal): -5332587 or 9806254. OLE color: 9806254.

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

Color convert

RGB174161149-
CMYK00.070.140.32
HSL28.8º13.37%63.33%-
HSV(B)28.8º14.37%68.24%-
XYZ35.6336.6633.63-
YUV163.52119.81135.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.95%
GREEN value IS 161 (63.28% from 255) = 33.26%
BLUE value IS 149 (58.59% from 255) = 30.79%
R=35.95%
G=33.26%
B=30.79%

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
Decimal17416114900.070.140.3228.813.3763.33
HexAEA19507E201dd3f
Octal256241225071640351577
Binary10101110101000011001010101111110100000111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA195; }

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

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

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

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

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

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

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

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