Html Css Color HEX #A0ABAB Hit Grey

📋 copy color: '#A0ABAB'

red 160 ◦ green 171 ◦ blue 171

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

Shades of Hit Grey #A0ABAB

Tints of Hit Grey #A0ABAB

RGB

 RED value IS 160 (62.89% from 255) = 31.87%

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

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

R = 31.87%
G = 34.06%
B = 34.06%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A0ABAB (or 0xA0ABAB) is known color: Hit Grey. HEX triplet: A0, AB and AB. RGB value is (160,171,171). Sum of RGB (Red+Green+Blue) = 160+171+171=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #A0ABAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0ABAB is #5F5454. Grayscale: #A7A7A7. Windows color (decimal): -6247509 or 11250592. OLE color: 11250592.

HSL color Cylindrical-coordinate representation of color #A0ABAB: hue angle of 180º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A0ABAB is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 171 171 -
CMYK 0.06 0 0 0.33
HSL 180º 0.06% 0.65% -
HSV(B) 180º 0.06% 0.67% -
XYZ 36.41 39.54 44.24 -
YUV 167.71 129.86 122.5 -
System Red Green Blue C M Y K H S L
Decimal 160 171 171 0.06 0 0 0.33 180 0.06 0.65
Hex A0 AB AB 6 0 0 21 B4 6 41
Octal 240 253 253 6 0 0 41 264 6 101
Binary 10100000 10101011 10101011 110 0 0 100001 10110100 110 1000001

Color Harmonies of #A0ABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ABAB

Black with #A0ABAB

Text Example


Text Example

White with #A0ABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ABAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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