#A1A9B1

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

Shades of Grey Chateau #A1A9B1

Tints of Grey Chateau #A1A9B1

Color information

#A1A9B1 (or 0xA1A9B1) is unknown color: approx Grey Chateau. HEX triplet: A1, A9 and B1. RGB value is (161,169,177). Sum of RGB (Red+Green+Blue) = 161+169+177=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 177 (69.53% from 255 or 34.91% from 507); Max value from RGB is 177 - color contains mainly: blue. Hex color #A1A9B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A9B1 is #5E564E. Grayscale: #A7A7A7. Windows color (decimal): -6182479 or 11643297. OLE color: 11643297.

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

Color convert

RGB161169177-
CMYK0.090.0500.31
HSL210º9.3%66.27%-
HSV(B)210º9.04%69.41%-
XYZ36.8239.1347.21-
YUV167.52133.35123.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.76%
GREEN value IS 169 (66.41% from 255) = 33.33%
BLUE value IS 177 (69.53% from 255) = 34.91%
R=31.76%
G=33.33%
B=34.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611691770.090.0500.312109.366.27
HexA1A9B19501Fd2942
Octal24125126111503732211102
Binary10100001101010011011000110011010111111101001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A9B1; }

 p { color: rgb(161,169,177); }

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

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

 a { background-color: rgb(161,169,177); }

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

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

 span { border-color: rgb(161,169,177); }

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