Html Css Color HEX #A8ABAB Hit Grey

📋 copy color: '#A8ABAB'

red 168 ◦ green 171 ◦ blue 171

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

Shades of Hit Grey #A8ABAB

Tints of Hit Grey #A8ABAB

RGB

 RED value IS 168 (66.02% from 255) = 32.94%

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

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

R = 32.94%
G = 33.53%
B = 33.53%

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

#A8ABAB (or 0xA8ABAB) is known color: Hit Grey. HEX triplet: A8, AB and AB. RGB value is (168,171,171). Sum of RGB (Red+Green+Blue) = 168+171+171=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #A8ABAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ABAB is #575454. Grayscale: #AAAAAA. Windows color (decimal): -5723221 or 11250600. OLE color: 11250600.

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

Color convert

RGB 168 171 171 -
CMYK 0.02 0 0 0.33
HSL 180º 0.02% 0.66% -
HSV(B) 180º 0.02% 0.67% -
XYZ 38.06 40.39 44.32 -
YUV 170.1 128.51 126.5 -
System Red Green Blue C M Y K H S L
Decimal 168 171 171 0.02 0 0 0.33 180 0.02 0.66
Hex A8 AB AB 2 0 0 21 B4 2 42
Octal 250 253 253 2 0 0 41 264 2 102
Binary 10101000 10101011 10101011 10 0 0 100001 10110100 10 1000010

Color Harmonies of #A8ABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ABAB

Black with #A8ABAB

Text Example


Text Example

White with #A8ABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ABAB; }

 p { color: rgb(168,171,171); }

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

background-color css

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

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

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

border-color css

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

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

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