#A7A9AB

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

Shades of Grey Chateau #A7A9AB

Tints of Grey Chateau #A7A9AB

Color information

#A7A9AB (or 0xA7A9AB) is unknown color: approx Grey Chateau. HEX triplet: A7, A9 and AB. RGB value is (167,169,171). Sum of RGB (Red+Green+Blue) = 167+169+171=507 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.94% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 171 - color contains mainly: blue. Hex color #A7A9AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A9AB is #585654. Grayscale: #A8A8A8. Windows color (decimal): -5789269 or 11250087. OLE color: 11250087.

HSL color Cylindrical-coordinate representation of color #A7A9AB: hue angle of 210º degrees, saturation: 0.02, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #A7A9AB is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB167169171-
CMYK0.020.0100.33
HSL210º2.33%66.27%-
HSV(B)210º2.34%67.06%-
XYZ37.4839.5344.18-
YUV168.63129.34126.84-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.94%
GREEN value IS 169 (66.41% from 255) = 33.33%
BLUE value IS 171 (67.19% from 255) = 33.73%
R=32.94%
G=33.33%
B=33.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671691710.020.0100.332102.3366.27
HexA7A9AB21021d2242
Octal247251253210413222102
Binary101001111010100110101011101010000111010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A9AB; }

 p { color: rgb(167,169,171); }

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

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

 a { background-color: rgb(167,169,171); }

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

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

 span { border-color: rgb(167,169,171); }

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