#AEA49B

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

Shades of Cloudy #AEA49B

Tints of Cloudy #AEA49B

Color information

#AEA49B (or 0xAEA49B) is unknown color: approx Cloudy. HEX triplet: AE, A4 and 9B. RGB value is (174,164,155). Sum of RGB (Red+Green+Blue) = 174+164+155=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 164 (64.45% from 255 or 33.27% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA49B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA49B is #515B64. Grayscale: #A6A6A6. Windows color (decimal): -5331813 or 10200238. OLE color: 10200238.

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

Color convert

RGB174164155-
CMYK00.060.110.32
HSL28.42º10.5%64.51%-
HSV(B)28.42º10.92%68.24%-
XYZ36.6537.9236.4-
YUV165.96121.81133.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.29%
GREEN value IS 164 (64.45% from 255) = 33.27%
BLUE value IS 155 (60.94% from 255) = 31.44%
R=35.29%
G=33.27%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416415500.060.110.3228.4210.564.51
HexAEA49B06B201ca41
Octal2562442330613403412101
Binary101011101010010010011011011010111000001110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA49B; }

 p { color: rgb(174,164,155); }

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

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

 a { background-color: rgb(174,164,155); }

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

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

 span { border-color: rgb(174,164,155); }

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