#AAA196

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

Shades of Cloudy #AAA196

Tints of Cloudy #AAA196

Color information

#AAA196 (or 0xAAA196) is unknown color: approx Cloudy. HEX triplet: AA, A1 and 96. RGB value is (170,161,150). Sum of RGB (Red+Green+Blue) = 170+161+150=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA196 is #555E69. Grayscale: #A2A2A2. Windows color (decimal): -5594730 or 9871786. OLE color: 9871786.

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

Color convert

RGB170161150-
CMYK00.050.120.33
HSL33º10.53%62.75%-
HSV(B)33º11.76%66.67%-
XYZ34.8336.2434.01-
YUV162.44120.98133.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.34%
GREEN value IS 161 (63.28% from 255) = 33.47%
BLUE value IS 150 (58.98% from 255) = 31.19%
R=35.34%
G=33.47%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016115000.050.120.333310.5362.75
HexAAA19605C2121b3f
Octal252241226051441411377
Binary101010101010000110010110010111001000011000011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA196; }

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

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

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

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

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

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

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

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