Html Css Color HEX #A6ACAB Hit Grey

📋 copy color: '#A6ACAB'

red 166 ◦ green 172 ◦ blue 171

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

Shades of Hit Grey #A6ACAB

Tints of Hit Grey #A6ACAB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.79%

 BLUE value IS 171 (67.19% from 255) = 33.6%

R = 32.61%
G = 33.79%
B = 33.6%

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

#A6ACAB (or 0xA6ACAB) is known color: Hit Grey. HEX triplet: A6, AC and AB. RGB value is (166,172,171). Sum of RGB (Red+Green+Blue) = 166+172+171=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 172 - color contains mainly: green. Hex color #A6ACAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6ACAB is #595354. Grayscale: #AAAAAA. Windows color (decimal): -5854037 or 11250854. OLE color: 11250854.

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

Color convert

RGB 166 172 171 -
CMYK 0.03 0 0.01 0.33
HSL 170º 0.03% 0.66% -
HSV(B) 170º 0.03% 0.67% -
XYZ 37.83 40.55 44.36 -
YUV 170.09 128.51 125.08 -
System Red Green Blue C M Y K H S L
Decimal 166 172 171 0.03 0 0.01 0.33 170 0.03 0.66
Hex A6 AC AB 3 0 1 21 AA 3 42
Octal 246 254 253 3 0 1 41 252 3 102
Binary 10100110 10101100 10101011 11 0 1 100001 10101010 11 1000010

Color Harmonies of #A6ACAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ACAB

Black with #A6ACAB

Text Example


Text Example

White with #A6ACAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ACAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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