#AAA099

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

Shades of Cloudy #AAA099

Tints of Cloudy #AAA099

Color information

#AAA099 (or 0xAAA099) is unknown color: approx Cloudy. HEX triplet: AA, A0 and 99. RGB value is (170,160,153). Sum of RGB (Red+Green+Blue) = 170+160+153=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 153 (60.16% from 255 or 31.68% from 483); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA099 is #555F66. Grayscale: #A2A2A2. Windows color (decimal): -5594983 or 10068138. OLE color: 10068138.

HSL color Cylindrical-coordinate representation of color #AAA099: hue angle of 24.71º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AAA099 is Cyan = 0, Magento = 0.06, Yellow = 0.1 and Black (K on CMYK) = 0.33.

Color convert

RGB170160153-
CMYK00.060.10.33
HSL24.71º9.09%63.33%-
HSV(B)24.71º10%66.67%-
XYZ34.935.9935.24-
YUV162.19122.81133.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.20%
GREEN value IS 160 (62.89% from 255) = 33.13%
BLUE value IS 153 (60.16% from 255) = 31.68%
R=35.20%
G=33.13%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016015300.060.10.3324.719.0963.33
HexAAA09906A211993f
Octal252240231061241311177
Binary10101010101000001001100101101010100001110011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA099; }

 p { color: rgb(170,160,153); }

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

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

 a { background-color: rgb(170,160,153); }

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

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

 span { border-color: rgb(170,160,153); }

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