#A0A7AD

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

Shades of Grey Chateau #A0A7AD

Tints of Grey Chateau #A0A7AD

Color information

#A0A7AD (or 0xA0A7AD) is unknown color: approx Grey Chateau. HEX triplet: A0, A7 and AD. RGB value is (160,167,173). Sum of RGB (Red+Green+Blue) = 160+167+173=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 167 (65.62% from 255 or 33.4% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 173 - color contains mainly: blue. Hex color #A0A7AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A7AD is #5F5852. Grayscale: #A5A5A5. Windows color (decimal): -6248531 or 11380640. OLE color: 11380640.

HSL color Cylindrical-coordinate representation of color #A0A7AD: hue angle of 207.69º 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 #A0A7AD is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB160167173-
CMYK0.080.0300.32
HSL207.69º7.34%65.29%-
HSV(B)207.69º7.51%67.84%-
XYZ35.8638.1345-
YUV165.59132.18124.01-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32%
GREEN value IS 167 (65.62% from 255) = 33.4%
BLUE value IS 173 (67.97% from 255) = 34.6%
R=32%
G=33.4%
B=34.6%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601671730.080.0300.32207.697.3465.29
HexA0A7AD83020d0741
Octal2402472551030403207101
Binary1010000010100111101011011000110100000110100001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A7AD; }

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

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

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

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

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

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

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

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