#AEA291

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

Shades of Cloudy #AEA291

Tints of Cloudy #AEA291

Color information

#AEA291 (or 0xAEA291) is unknown color: approx Cloudy. HEX triplet: AE, A2 and 91. RGB value is (174,162,145). Sum of RGB (Red+Green+Blue) = 174+162+145=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 145 (57.03% from 255 or 30.15% from 481); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA291 is #515D6E. Grayscale: #A3A3A3. Windows color (decimal): -5332335 or 9544366. OLE color: 9544366.

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

Color convert

RGB174162145-
CMYK00.070.170.32
HSL35.17º15.18%62.55%-
HSV(B)35.17º16.67%68.24%-
XYZ35.4936.8832.04-
YUV163.65117.48135.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.17%
GREEN value IS 162 (63.67% from 255) = 33.68%
BLUE value IS 145 (57.03% from 255) = 30.15%
R=36.17%
G=33.68%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416214500.070.170.3235.1715.1862.55
HexAEA29107112023f3f
Octal256242221072140431777
Binary1010111010100010100100010111100011000001000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA291; }

 p { color: rgb(174,162,145); }

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

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

 a { background-color: rgb(174,162,145); }

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

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

 span { border-color: rgb(174,162,145); }

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