#AEA89E

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

Shades of Cloudy #AEA89E

Tints of Cloudy #AEA89E

Color information

#AEA89E (or 0xAEA89E) is unknown color: approx Cloudy. HEX triplet: AE, A8 and 9E. RGB value is (174,168,158). Sum of RGB (Red+Green+Blue) = 174+168+158=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 158 (62.11% from 255 or 31.6% from 500); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA89E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA89E is #515761. Grayscale: #A8A8A8. Windows color (decimal): -5330786 or 10397870. OLE color: 10397870.

HSL color Cylindrical-coordinate representation of color #AEA89E: hue angle of 37.5º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AEA89E is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB174168158-
CMYK00.030.090.32
HSL37.5º8.99%65.1%-
HSV(B)37.5º9.2%68.24%-
XYZ37.6339.4737.98-
YUV168.65121.99131.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.8%
GREEN value IS 168 (66.02% from 255) = 33.6%
BLUE value IS 158 (62.11% from 255) = 31.6%
R=34.8%
G=33.6%
B=31.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416815800.030.090.3237.58.9965.1
HexAEA89E0392026941
Octal2562502360311404611101
Binary101011101010100010011110011100110000010011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA89E; }

 p { color: rgb(174,168,158); }

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

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

 a { background-color: rgb(174,168,158); }

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

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

 span { border-color: rgb(174,168,158); }

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