#AAA199

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

Shades of Cloudy #AAA199

Tints of Cloudy #AAA199

Color information

#AAA199 (or 0xAAA199) is unknown color: approx Cloudy. HEX triplet: AA, A1 and 99. RGB value is (170,161,153). Sum of RGB (Red+Green+Blue) = 170+161+153=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 153 (60.16% from 255 or 31.61% from 484); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA199 is #555E66. Grayscale: #A2A2A2. Windows color (decimal): -5594727 or 10068394. OLE color: 10068394.

HSL color Cylindrical-coordinate representation of color #AAA199: hue angle of 28.24º 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 #AAA199 is Cyan = 0, Magento = 0.05, Yellow = 0.1 and Black (K on CMYK) = 0.33.

Color convert

RGB170161153-
CMYK00.050.10.33
HSL28.24º9.09%63.33%-
HSV(B)28.24º10%66.67%-
XYZ35.0736.3435.3-
YUV162.78122.48133.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.12%
GREEN value IS 161 (63.28% from 255) = 33.26%
BLUE value IS 153 (60.16% from 255) = 31.61%
R=35.12%
G=33.26%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016115300.050.10.3328.249.0963.33
HexAAA19905A211c93f
Octal252241231051241341177
Binary10101010101000011001100101011010100001111001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA199; }

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

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

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

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

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

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

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

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