Html Css Color HEX #A6AAAA Hit Grey

📋 copy color: '#A6AAAA'

red 166 ◦ green 170 ◦ blue 170

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

Shades of Hit Grey #A6AAAA

Tints of Hit Grey #A6AAAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.6%

R = 32.81%
G = 33.6%
B = 33.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A6AAAA (or 0xA6AAAA) is known color: Hit Grey. HEX triplet: A6, AA and AA. RGB value is (166,170,170). Sum of RGB (Red+Green+Blue) = 166+170+170=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #A6AAAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AAAA is #595555. Grayscale: #A8A8A8. Windows color (decimal): -5854550 or 11184806. OLE color: 11184806.

HSL color Cylindrical-coordinate representation of color #A6AAAA: hue angle of 180º 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 #A6AAAA is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 170 170 -
CMYK 0.02 0 0 0.33
HSL 180º 0.02% 0.66% -
HSV(B) 180º 0.02% 0.67% -
XYZ 37.36 39.76 43.74 -
YUV 168.8 128.67 126 -
System Red Green Blue C M Y K H S L
Decimal 166 170 170 0.02 0 0 0.33 180 0.02 0.66
Hex A6 AA AA 2 0 0 21 B4 2 42
Octal 246 252 252 2 0 0 41 264 2 102
Binary 10100110 10101010 10101010 10 0 0 100001 10110100 10 1000010

Color Harmonies of #A6AAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AAAA

Black with #A6AAAA

Text Example


Text Example

White with #A6AAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AAAA; }

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

 H1.HeaderClassName
 {
   color: #A6AAAA;
 }
 .AnyTagClassName
 {
   color: #A6AAAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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