#AAA198

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

Shades of Cloudy #AAA198

Tints of Cloudy #AAA198

Color information

#AAA198 (or 0xAAA198) is unknown color: approx Cloudy. HEX triplet: AA, A1 and 98. RGB value is (170,161,152). Sum of RGB (Red+Green+Blue) = 170+161+152=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 161 (63.28% from 255 or 33.33% from 483); Blue value is 152 (59.77% from 255 or 31.47% from 483); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA198 is #555E67. Grayscale: #A2A2A2. Windows color (decimal): -5594728 or 10002858. OLE color: 10002858.

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

Color convert

RGB170161152-
CMYK00.050.110.33
HSL30º9.57%63.14%-
HSV(B)30º10.59%66.67%-
XYZ34.9936.334.87-
YUV162.66121.98133.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.20%
GREEN value IS 161 (63.28% from 255) = 33.33%
BLUE value IS 152 (59.77% from 255) = 31.47%
R=35.20%
G=33.33%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016115200.050.110.33309.5763.14
HexAAA19805B211ea3f
Octal252241230051341361277
Binary10101010101000011001100001011011100001111101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA198; }

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

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

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

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

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

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

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

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