#A1A7AF

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

Shades of Grey Chateau #A1A7AF

Tints of Grey Chateau #A1A7AF

Color information

#A1A7AF (or 0xA1A7AF) is unknown color: approx Grey Chateau. HEX triplet: A1, A7 and AF. RGB value is (161,167,175). Sum of RGB (Red+Green+Blue) = 161+167+175=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 167 (65.62% from 255 or 33.20% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 175 - color contains mainly: blue. Hex color #A1A7AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A7AF is #5E5850. Grayscale: #A6A6A6. Windows color (decimal): -6182993 or 11511713. OLE color: 11511713.

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

Color convert

RGB161167175-
CMYK0.080.0500.31
HSL214.29º8.05%65.88%-
HSV(B)214.29º8%68.63%-
XYZ36.2538.3146.04-
YUV166.12133.01124.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.01%
GREEN value IS 167 (65.62% from 255) = 33.20%
BLUE value IS 175 (68.75% from 255) = 34.79%
R=32.01%
G=33.20%
B=34.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611671750.080.0500.31214.298.0565.88
HexA1A7AF8501Fd6842
Octal24124725710503732610102
Binary10100001101001111010111110001010111111101011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A7AF; }

 p { color: rgb(161,167,175); }

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

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

 a { background-color: rgb(161,167,175); }

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

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

 span { border-color: rgb(161,167,175); }

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