#AAA1AB

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

Shades of Chatelle #AAA1AB

Tints of Chatelle #AAA1AB

Color information

#AAA1AB (or 0xAAA1AB) is unknown color: approx Chatelle. HEX triplet: AA, A1 and AB. RGB value is (170,161,171). Sum of RGB (Red+Green+Blue) = 170+161+171=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 161 (63.28% from 255 or 32.07% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 171 - color contains mainly: blue. Hex color #AAA1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA1AB is #555E54. Grayscale: #A4A4A4. Windows color (decimal): -5594709 or 11248042. OLE color: 11248042.

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

Color convert

RGB170161171-
CMYK0.010.0600.33
HSL294º5.62%65.1%-
HSV(B)294º5.85%67.06%-
XYZ36.6736.9843.73-
YUV164.83131.48131.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.86%
GREEN value IS 161 (63.28% from 255) = 32.07%
BLUE value IS 171 (67.19% from 255) = 34.06%
R=33.86%
G=32.07%
B=34.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701611710.010.0600.332945.6265.1
HexAAA1AB16021126641
Octal252241253160414466101
Binary101010101010000110101011111001000011001001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA1AB; }

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

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

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

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

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

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

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

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