Html Css Color HEX #A6AAAD Grey Chateau

📋 copy color: '#A6AAAD'

red 166 ◦ green 170 ◦ blue 173

#A6AAAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey Chateau #A6AAAD

Tints of Grey Chateau #A6AAAD

RGB

 RED value IS 166 (65.23% from 255) = 32.61%

 GREEN value IS 170 (66.8% from 255) = 33.4%

 BLUE value IS 173 (67.97% from 255) = 33.99%

R = 32.61%
G = 33.4%
B = 33.99%

CMYK

 C value IS 0.04

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A6AAAD (or 0xA6AAAD) is known color: 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

RGB 166 170 173 -
CMYK 0.04 0.02 0 0.32
HSL 205.71º 0.04% 0.66% -
HSV(B) 205.71º 0.04% 0.68% -
XYZ 37.64 39.87 45.25 -
YUV 169.15 130.17 125.76 -
System Red Green Blue C M Y K H S L
Decimal 166 170 173 0.04 0.02 0 0.32 205.71 0.04 0.66
Hex A6 AA AD 4 2 0 20 CE 4 42
Octal 246 252 255 4 2 0 40 316 4 102
Binary 10100110 10101010 10101101 100 10 0 100000 11001110 100 1000010

Color Harmonies of #A6AAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AAAD

Black with #A6AAAD

Text Example


Text Example

White with #A6AAAD

Text Example


Text Example

HTML Codes & Css Web 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>