#AEA395

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

Shades of Cloudy #AEA395

Tints of Cloudy #AEA395

Color information

#AEA395 (or 0xAEA395) is unknown color: approx Cloudy. HEX triplet: AE, A3 and 95. RGB value is (174,163,149). Sum of RGB (Red+Green+Blue) = 174+163+149=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 149 (58.59% from 255 or 30.66% from 486); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA395 is #515C6A. Grayscale: #A4A4A4. Windows color (decimal): -5332075 or 9806766. OLE color: 9806766.

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

Color convert

RGB174163149-
CMYK00.060.140.32
HSL33.6º13.37%63.33%-
HSV(B)33.6º14.37%68.24%-
XYZ35.9837.3633.75-
YUV164.69119.14134.64-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.80%
GREEN value IS 163 (64.06% from 255) = 33.54%
BLUE value IS 149 (58.59% from 255) = 30.66%
R=35.80%
G=33.54%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416314900.060.140.3233.613.3763.33
HexAEA39506E2022d3f
Octal256243225061640421577
Binary101011101010001110010101011011101000001000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA395; }

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

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

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

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

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

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

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

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