#AAA2AB

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

Shades of Chatelle #AAA2AB

Tints of Chatelle #AAA2AB

Color information

#AAA2AB (or 0xAAA2AB) is unknown color: approx Chatelle. HEX triplet: AA, A2 and AB. RGB value is (170,162,171). Sum of RGB (Red+Green+Blue) = 170+162+171=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 171 - color contains mainly: blue. Hex color #AAA2AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA2AB is #555D54. Grayscale: #A5A5A5. Windows color (decimal): -5594453 or 11248298. OLE color: 11248298.

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

Color convert

RGB170162171-
CMYK0.010.0500.33
HSL293.33º5.08%65.29%-
HSV(B)293.33º5.26%67.06%-
XYZ36.8537.3343.79-
YUV165.42131.15131.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.80%
GREEN value IS 162 (63.67% from 255) = 32.21%
BLUE value IS 171 (67.19% from 255) = 34.00%
R=33.80%
G=32.21%
B=34.00%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701621710.010.0500.33293.335.0865.29
HexAAA2AB15021125541
Octal252242253150414455101
Binary101010101010001010101011110101000011001001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA2AB; }

 p { color: rgb(170,162,171); }

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

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

 a { background-color: rgb(170,162,171); }

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

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

 span { border-color: rgb(170,162,171); }

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