Html Css Color HEX #A6ABAA Hit Grey

📋 copy color: '#A6ABAA'

red 166 ◦ green 171 ◦ blue 170

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

Shades of Hit Grey #A6ABAA

Tints of Hit Grey #A6ABAA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.73%

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

R = 32.74%
G = 33.73%
B = 33.53%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#A6ABAA (or 0xA6ABAA) is known color: Hit Grey. HEX triplet: A6, AB and AA. RGB value is (166,171,170). Sum of RGB (Red+Green+Blue) = 166+171+170=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 171 - color contains mainly: green. Hex color #A6ABAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6ABAA is #595455. Grayscale: #A9A9A9. Windows color (decimal): -5854294 or 11185062. OLE color: 11185062.

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

Color convert

RGB 166 171 170 -
CMYK 0.03 0 0.01 0.33
HSL 168º 0.03% 0.66% -
HSV(B) 168º 0.03% 0.67% -
XYZ 37.54 40.14 43.8 -
YUV 169.39 128.34 125.58 -
System Red Green Blue C M Y K H S L
Decimal 166 171 170 0.03 0 0.01 0.33 168 0.03 0.66
Hex A6 AB AA 3 0 1 21 A8 3 42
Octal 246 253 252 3 0 1 41 250 3 102
Binary 10100110 10101011 10101010 11 0 1 100001 10101000 11 1000010

Color Harmonies of #A6ABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ABAA

Black with #A6ABAA

Text Example


Text Example

White with #A6ABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ABAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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