#AAA3AB

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

Shades of Chatelle #AAA3AB

Tints of Chatelle #AAA3AB

Color information

#AAA3AB (or 0xAAA3AB) is unknown color: approx Chatelle. HEX triplet: AA, A3 and AB. RGB value is (170,163,171). Sum of RGB (Red+Green+Blue) = 170+163+171=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 163 (64.06% from 255 or 32.34% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 171 - color contains mainly: blue. Hex color #AAA3AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA3AB is #555C54. Grayscale: #A5A5A5. Windows color (decimal): -5594197 or 11248554. OLE color: 11248554.

HSL color Cylindrical-coordinate representation of color #AAA3AB: hue angle of 292.5º 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 #AAA3AB is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB170163171-
CMYK0.010.0500.33
HSL292.5º4.55%65.49%-
HSV(B)292.5º4.68%67.06%-
XYZ37.0337.6843.85-
YUV166130.82130.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.73%
GREEN value IS 163 (64.06% from 255) = 32.34%
BLUE value IS 171 (67.19% from 255) = 33.93%
R=33.73%
G=32.34%
B=33.93%

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
Decimal1701631710.010.0500.33292.54.5565.49
HexAAA3AB15021125541
Octal252243253150414455101
Binary101010101010001110101011110101000011001001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA3AB; }

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

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

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

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

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

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

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

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