#A9A3AB

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

Shades of Chatelle #A9A3AB

Tints of Chatelle #A9A3AB

Color information

#A9A3AB (or 0xA9A3AB) is unknown color: approx Chatelle. HEX triplet: A9, A3 and AB. RGB value is (169,163,171). Sum of RGB (Red+Green+Blue) = 169+163+171=503 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.60% from 503); Green value is 163 (64.06% from 255 or 32.41% 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 #A9A3AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A3AB is #565C54. Grayscale: #A5A5A5. Windows color (decimal): -5659733 or 11248553. OLE color: 11248553.

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

Color convert

RGB169163171-
CMYK0.010.0500.33
HSL285º4.55%65.49%-
HSV(B)285º4.68%67.06%-
XYZ36.8137.5743.84-
YUV165.71130.99130.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.60%
GREEN value IS 163 (64.06% from 255) = 32.41%
BLUE value IS 171 (67.19% from 255) = 34.00%
R=33.60%
G=32.41%
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
Decimal1691631710.010.0500.332854.5565.49
HexA9A3AB1502111d541
Octal251243253150414355101
Binary101010011010001110101011110101000011000111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A3AB; }

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

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

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

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

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

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

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

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