#AEA599

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

Shades of Cloudy #AEA599

Tints of Cloudy #AEA599

Color information

#AEA599 (or 0xAEA599) is unknown color: approx Cloudy. HEX triplet: AE, A5 and 99. RGB value is (174,165,153). Sum of RGB (Red+Green+Blue) = 174+165+153=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 165 (64.84% from 255 or 33.54% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA599 is #515A66. Grayscale: #A6A6A6. Windows color (decimal): -5331559 or 10069422. OLE color: 10069422.

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

Color convert

RGB174165153-
CMYK00.050.120.32
HSL34.29º11.48%64.12%-
HSV(B)34.29º12.07%68.24%-
XYZ36.6638.2135.58-
YUV166.32120.48133.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.37%
GREEN value IS 165 (64.84% from 255) = 33.54%
BLUE value IS 153 (60.16% from 255) = 31.10%
R=35.37%
G=33.54%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416515300.050.120.3234.2911.4864.12
HexAEA59905C2022b40
Octal2562452310514404213100
Binary1010111010100101100110010101110010000010001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA599; }

 p { color: rgb(174,165,153); }

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

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

 a { background-color: rgb(174,165,153); }

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

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

 span { border-color: rgb(174,165,153); }

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