#A6A9AC

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

Shades of Grey Chateau #A6A9AC

Tints of Grey Chateau #A6A9AC

Color information

#A6A9AC (or 0xA6A9AC) is unknown color: approx Grey Chateau. HEX triplet: A6, A9 and AC. RGB value is (166,169,172). Sum of RGB (Red+Green+Blue) = 166+169+172=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 172 - color contains mainly: blue. Hex color #A6A9AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A9AC is #595653. Grayscale: #A8A8A8. Windows color (decimal): -5854804 or 11315622. OLE color: 11315622.

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

Color convert

RGB166169172-
CMYK0.030.0200.33
HSL210º3.49%66.27%-
HSV(B)210º3.49%67.45%-
XYZ37.3639.4644.68-
YUV168.44130.01126.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.74%
GREEN value IS 169 (66.41% from 255) = 33.33%
BLUE value IS 172 (67.58% from 255) = 33.93%
R=32.74%
G=33.33%
B=33.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661691720.030.0200.332103.4966.27
HexA6A9AC32021d2342
Octal246251254320413223102
Binary1010011010101001101011001110010000111010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A9AC; }

 p { color: rgb(166,169,172); }

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

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

 a { background-color: rgb(166,169,172); }

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

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

 span { border-color: rgb(166,169,172); }

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