#A1A8AF

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

Shades of Grey Chateau #A1A8AF

Tints of Grey Chateau #A1A8AF

Color information

#A1A8AF (or 0xA1A8AF) is unknown color: approx Grey Chateau. HEX triplet: A1, A8 and AF. RGB value is (161,168,175). Sum of RGB (Red+Green+Blue) = 161+168+175=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 168 (66.02% from 255 or 33.33% 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 #A1A8AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A8AF is #5E5750. Grayscale: #A6A6A6. Windows color (decimal): -6182737 or 11511969. OLE color: 11511969.

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

Color convert

RGB161168175-
CMYK0.080.0400.31
HSL210º8.05%65.88%-
HSV(B)210º8%68.63%-
XYZ36.4438.6846.1-
YUV166.7132.68123.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.94%
GREEN value IS 168 (66.02% from 255) = 33.33%
BLUE value IS 175 (68.75% from 255) = 34.72%
R=31.94%
G=33.33%
B=34.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611681750.080.0400.312108.0565.88
HexA1A8AF8401Fd2842
Octal24125025710403732210102
Binary10100001101010001010111110001000111111101001010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A8AF; }

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

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

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

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

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

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

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

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