#A9A0AD

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

Shades of Chatelle #A9A0AD

Tints of Chatelle #A9A0AD

Color information

#A9A0AD (or 0xA9A0AD) is unknown color: approx Chatelle. HEX triplet: A9, A0 and AD. RGB value is (169,160,173). Sum of RGB (Red+Green+Blue) = 169+160+173=502 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.67% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 173 - color contains mainly: blue. Hex color #A9A0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A0AD is #565F52. Grayscale: #A4A4A4. Windows color (decimal): -5660499 or 11378857. OLE color: 11378857.

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

Color convert

RGB169160173-
CMYK0.020.0800.32
HSL281.54º7.34%65.29%-
HSV(B)281.54º7.51%67.84%-
XYZ36.4836.5944.68-
YUV164.17132.98131.44-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.67%
GREEN value IS 160 (62.89% from 255) = 31.87%
BLUE value IS 173 (67.97% from 255) = 34.46%
R=33.67%
G=31.87%
B=34.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691601730.020.0800.32281.547.3465.29
HexA9A0AD2802011a741
Octal2512402552100404327101
Binary10101001101000001010110110100001000001000110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A0AD; }

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

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

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

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

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

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

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

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