#A9A1AB

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

Shades of Chatelle #A9A1AB

Tints of Chatelle #A9A1AB

Color information

#A9A1AB (or 0xA9A1AB) is unknown color: approx Chatelle. HEX triplet: A9, A1 and AB. RGB value is (169,161,171). Sum of RGB (Red+Green+Blue) = 169+161+171=501 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.73% from 501); Green value is 161 (63.28% from 255 or 32.14% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 171 - color contains mainly: blue. Hex color #A9A1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A1AB is #565E54. Grayscale: #A4A4A4. Windows color (decimal): -5660245 or 11248041. OLE color: 11248041.

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

Color convert

RGB169161171-
CMYK0.010.0600.33
HSL288º5.62%65.1%-
HSV(B)288º5.85%67.06%-
XYZ36.4636.8743.72-
YUV164.53131.65131.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.73%
GREEN value IS 161 (63.28% from 255) = 32.14%
BLUE value IS 171 (67.19% from 255) = 34.13%
R=33.73%
G=32.14%
B=34.13%

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
Decimal1691611710.010.0600.332885.6265.1
HexA9A1AB16021120641
Octal251241253160414406101
Binary101010011010000110101011111001000011001000001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A1AB; }

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

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

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

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

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

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

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

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