#AEA498

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

Shades of Cloudy #AEA498

Tints of Cloudy #AEA498

Color information

#AEA498 (or 0xAEA498) is unknown color: approx Cloudy. HEX triplet: AE, A4 and 98. RGB value is (174,164,152). Sum of RGB (Red+Green+Blue) = 174+164+152=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 164 (64.45% from 255 or 33.47% from 490); Blue value is 152 (59.77% from 255 or 31.02% from 490); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA498 is #515B67. Grayscale: #A5A5A5. Windows color (decimal): -5331816 or 10003630. OLE color: 10003630.

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

Color convert

RGB174164152-
CMYK00.060.130.32
HSL32.73º11.96%63.92%-
HSV(B)32.73º12.64%68.24%-
XYZ36.437.8235.09-
YUV165.62120.31133.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.51%
GREEN value IS 164 (64.45% from 255) = 33.47%
BLUE value IS 152 (59.77% from 255) = 31.02%
R=35.51%
G=33.47%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416415200.060.130.3232.7311.9663.92
HexAEA49806D2021c40
Octal2562442300615404114100
Binary1010111010100100100110000110110110000010000111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA498; }

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

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

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

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

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

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

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

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