#A1A7AE

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

Shades of Grey Chateau #A1A7AE

Tints of Grey Chateau #A1A7AE

Color information

#A1A7AE (or 0xA1A7AE) is unknown color: approx Grey Chateau. HEX triplet: A1, A7 and AE. RGB value is (161,167,174). Sum of RGB (Red+Green+Blue) = 161+167+174=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 167 (65.62% from 255 or 33.27% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 174 - color contains mainly: blue. Hex color #A1A7AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A7AE is #5E5851. Grayscale: #A5A5A5. Windows color (decimal): -6182994 or 11446177. OLE color: 11446177.

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

Color convert

RGB161167174-
CMYK0.070.0400.32
HSL212.31º7.43%65.69%-
HSV(B)212.31º7.47%68.24%-
XYZ36.1638.2745.53-
YUV166132.51124.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.07%
GREEN value IS 167 (65.62% from 255) = 33.27%
BLUE value IS 174 (68.36% from 255) = 34.66%
R=32.07%
G=33.27%
B=34.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611671740.070.0400.32212.317.4365.69
HexA1A7AE74020d4742
Octal241247256740403247102
Binary1010000110100111101011101111000100000110101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A7AE; }

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

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

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

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

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

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

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

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