#AEA398

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

Shades of Cloudy #AEA398

Tints of Cloudy #AEA398

Color information

#AEA398 (or 0xAEA398) is unknown color: approx Cloudy. HEX triplet: AE, A3 and 98. RGB value is (174,163,152). Sum of RGB (Red+Green+Blue) = 174+163+152=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 163 (64.06% from 255 or 33.33% from 489); Blue value is 152 (59.77% from 255 or 31.08% from 489); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA398 is #515C67. Grayscale: #A5A5A5. Windows color (decimal): -5332072 or 10003374. OLE color: 10003374.

HSL color Cylindrical-coordinate representation of color #AEA398: hue angle of 30º 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 #AEA398 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB174163152-
CMYK00.060.130.32
HSL30º11.96%63.92%-
HSV(B)30º12.64%68.24%-
XYZ36.2237.4635.03-
YUV165.04120.64134.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.58%
GREEN value IS 163 (64.06% from 255) = 33.33%
BLUE value IS 152 (59.77% from 255) = 31.08%
R=35.58%
G=33.33%
B=31.08%

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
Decimal17416315200.060.130.323011.9663.92
HexAEA39806D201ec40
Octal2562432300615403614100
Binary101011101010001110011000011011011000001111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA398; }

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

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

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

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

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

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

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

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