#A9A1AF

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

Shades of Chatelle #A9A1AF

Tints of Chatelle #A9A1AF

Color information

#A9A1AF (or 0xA9A1AF) is unknown color: approx Chatelle. HEX triplet: A9, A1 and AF. RGB value is (169,161,175). Sum of RGB (Red+Green+Blue) = 169+161+175=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 161 (63.28% from 255 or 31.88% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 175 - color contains mainly: blue. Hex color #A9A1AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A1AF is #565E50. Grayscale: #A4A4A4. Windows color (decimal): -5660241 or 11510185. OLE color: 11510185.

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

Color convert

RGB169161175-
CMYK0.030.0800.31
HSL274.29º8.05%65.88%-
HSV(B)274.29º8%68.63%-
XYZ36.8437.0245.76-
YUV164.99133.65130.86-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.47%
GREEN value IS 161 (63.28% from 255) = 31.88%
BLUE value IS 175 (68.75% from 255) = 34.65%
R=33.47%
G=31.88%
B=34.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691611750.030.0800.31274.298.0565.88
HexA9A1AF3801F112842
Octal25124125731003742210102
Binary10101001101000011010111111100001111110001001010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A1AF; }

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

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

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

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

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

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

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

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