#AEA89D

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

Shades of Cloudy #AEA89D

Tints of Cloudy #AEA89D

Color information

#AEA89D (or 0xAEA89D) is unknown color: approx Cloudy. HEX triplet: AE, A8 and 9D. RGB value is (174,168,157). Sum of RGB (Red+Green+Blue) = 174+168+157=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 168 (66.02% from 255 or 33.67% from 499); Blue value is 157 (61.72% from 255 or 31.46% from 499); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA89D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA89D is #515762. Grayscale: #A8A8A8. Windows color (decimal): -5330787 or 10332334. OLE color: 10332334.

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

Color convert

RGB174168157-
CMYK00.030.100.32
HSL38.82º9.5%64.9%-
HSV(B)38.82º9.77%68.24%-
XYZ37.5439.4437.53-
YUV168.54121.49131.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.87%
GREEN value IS 168 (66.02% from 255) = 33.67%
BLUE value IS 157 (61.72% from 255) = 31.46%
R=34.87%
G=33.67%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416815700.030.100.3238.829.564.9
HexAEA89D03A2027941
Octal2562502350312404711101
Binary101011101010100010011101011101010000010011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA89D; }

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

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

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

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

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

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

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

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