#A9A2AF

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

Shades of Chatelle #A9A2AF

Tints of Chatelle #A9A2AF

Color information

#A9A2AF (or 0xA9A2AF) is unknown color: approx Chatelle. HEX triplet: A9, A2 and AF. RGB value is (169,162,175). Sum of RGB (Red+Green+Blue) = 169+162+175=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 162 (63.67% from 255 or 32.02% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 175 - color contains mainly: blue. Hex color #A9A2AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A2AF is #565D50. Grayscale: #A5A5A5. Windows color (decimal): -5659985 or 11510441. OLE color: 11510441.

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

Color convert

RGB169162175-
CMYK0.030.0700.31
HSL272.31º7.51%66.08%-
HSV(B)272.31º7.43%68.63%-
XYZ37.0237.3745.82-
YUV165.58133.32130.44-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.40%
GREEN value IS 162 (63.67% from 255) = 32.02%
BLUE value IS 175 (68.75% from 255) = 34.58%
R=33.40%
G=32.02%
B=34.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691621750.030.0700.31272.317.5166.08
HexA9A2AF3701F110842
Octal2512422573703742010102
Binary1010100110100010101011111111101111110001000010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A2AF; }

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

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

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

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

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

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

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

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