#A0A9AF

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

Shades of Grey Chateau #A0A9AF

Tints of Grey Chateau #A0A9AF

Color information

#A0A9AF (or 0xA0A9AF) is unknown color: approx Grey Chateau. HEX triplet: A0, A9 and AF. RGB value is (160,169,175). Sum of RGB (Red+Green+Blue) = 160+169+175=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 175 - color contains mainly: blue. Hex color #A0A9AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A9AF is #5F5650. Grayscale: #A6A6A6. Windows color (decimal): -6248017 or 11512224. OLE color: 11512224.

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

Color convert

RGB160169175-
CMYK0.090.0300.31
HSL204º8.57%65.69%-
HSV(B)204º8.57%68.63%-
XYZ36.4238.9446.15-
YUV166.99132.52123.01-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.75%
GREEN value IS 169 (66.41% from 255) = 33.53%
BLUE value IS 175 (68.75% from 255) = 34.72%
R=31.75%
G=33.53%
B=34.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601691750.090.0300.312048.5765.69
HexA0A9AF9301Fcc942
Octal24025125711303731411102
Binary1010000010101001101011111001110111111100110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A9AF; }

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

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

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

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

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

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

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

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