#A6ABAF

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

Shades of Grey Chateau #A6ABAF

Tints of Grey Chateau #A6ABAF

Color information

#A6ABAF (or 0xA6ABAF) is unknown color: approx Grey Chateau. HEX triplet: A6, AB and AF. RGB value is (166,171,175). Sum of RGB (Red+Green+Blue) = 166+171+175=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 175 - color contains mainly: blue. Hex color #A6ABAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6ABAF is #595450. Grayscale: #A9A9A9. Windows color (decimal): -5854289 or 11512742. OLE color: 11512742.

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

Color convert

RGB166171175-
CMYK0.050.0200.31
HSL206.67º5.33%66.86%-
HSV(B)206.67º5.14%68.63%-
XYZ38.0340.3346.34-
YUV169.96130.84125.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.42%
GREEN value IS 171 (67.19% from 255) = 33.40%
BLUE value IS 175 (68.75% from 255) = 34.18%
R=32.42%
G=33.40%
B=34.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1661711750.050.0200.31206.675.3366.86
HexA6ABAF5201Fcf543
Octal246253257520373175103
Binary10100110101010111010111110110011111110011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ABAF; }

 p { color: rgb(166,171,175); }

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

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

 a { background-color: rgb(166,171,175); }

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

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

 span { border-color: rgb(166,171,175); }

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