#AAA6AB

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

Shades of Chatelle #AAA6AB

Tints of Chatelle #AAA6AB

Color information

#AAA6AB (or 0xAAA6AB) is unknown color: approx Chatelle. HEX triplet: AA, A6 and AB. RGB value is (170,166,171). Sum of RGB (Red+Green+Blue) = 170+166+171=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 166 (65.23% from 255 or 32.74% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 171 - color contains mainly: blue. Hex color #AAA6AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA6AB is #555954. Grayscale: #A7A7A7. Windows color (decimal): -5593429 or 11249322. OLE color: 11249322.

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

Color convert

RGB170166171-
CMYK0.010.0300.33
HSL288º2.89%66.08%-
HSV(B)288º2.92%67.06%-
XYZ37.5638.7644.03-
YUV167.77129.83129.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.53%
GREEN value IS 166 (65.23% from 255) = 32.74%
BLUE value IS 171 (67.19% from 255) = 33.73%
R=33.53%
G=32.74%
B=33.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701661710.010.0300.332882.8966.08
HexAAA6AB13021120342
Octal252246253130414403102
Binary1010101010100110101010111110100001100100000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA6AB; }

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

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

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

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

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

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

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

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