#A6AAAD

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

Shades of Grey Chateau #A6AAAD

Tints of Grey Chateau #A6AAAD

Color information

#A6AAAD (or 0xA6AAAD) is unknown color: approx Grey Chateau. HEX triplet: A6, AA and AD. RGB value is (166,170,173). Sum of RGB (Red+Green+Blue) = 166+170+173=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 173 - color contains mainly: blue. Hex color #A6AAAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AAAD is #595552. Grayscale: #A9A9A9. Windows color (decimal): -5854547 or 11381414. OLE color: 11381414.

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

Color convert

RGB166170173-
CMYK0.040.0200.32
HSL205.71º4.09%66.47%-
HSV(B)205.71º4.05%67.84%-
XYZ37.6439.8745.25-
YUV169.15130.17125.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.61%
GREEN value IS 170 (66.80% from 255) = 33.40%
BLUE value IS 173 (67.97% from 255) = 33.99%
R=32.61%
G=33.40%
B=33.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661701730.040.0200.32205.714.0966.47
HexA6AAAD42020ce442
Octal246252255420403164102
Binary101001101010101010101101100100100000110011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AAAD; }

 p { color: rgb(166,170,173); }

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

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

 a { background-color: rgb(166,170,173); }

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

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

 span { border-color: rgb(166,170,173); }

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