#A9A1AD

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

Shades of Chatelle #A9A1AD

Tints of Chatelle #A9A1AD

Color information

#A9A1AD (or 0xA9A1AD) is unknown color: approx Chatelle. HEX triplet: A9, A1 and AD. RGB value is (169,161,173). Sum of RGB (Red+Green+Blue) = 169+161+173=503 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.60% from 503); Green value is 161 (63.28% from 255 or 32.01% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 173 - color contains mainly: blue. Hex color #A9A1AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A1AD is #565E52. Grayscale: #A4A4A4. Windows color (decimal): -5660243 or 11379113. OLE color: 11379113.

HSL color Cylindrical-coordinate representation of color #A9A1AD: hue angle of 280º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A9A1AD is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB169161173-
CMYK0.020.0700.32
HSL280º6.82%65.49%-
HSV(B)280º6.94%67.84%-
XYZ36.6536.9444.73-
YUV164.76132.65131.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.60%
GREEN value IS 161 (63.28% from 255) = 32.01%
BLUE value IS 173 (67.97% from 255) = 34.39%
R=33.60%
G=32.01%
B=34.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691611730.020.0700.322806.8265.49
HexA9A1AD27020118741
Octal251241255270404307101
Binary1010100110100001101011011011101000001000110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A1AD; }

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

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

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

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

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

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

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

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