Html Css Color HEX #A1ABAB Hit Grey

📋 copy color: '#A1ABAB'

red 161 ◦ green 171 ◦ blue 171

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

Shades of Hit Grey #A1ABAB

Tints of Hit Grey #A1ABAB

RGB

 RED value IS 161 (63.28% from 255) = 32.01%

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

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

R = 32.01%
G = 34%
B = 34%

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

#A1ABAB (or 0xA1ABAB) is known color: Hit Grey. HEX triplet: A1, AB and AB. RGB value is (161,171,171). Sum of RGB (Red+Green+Blue) = 161+171+171=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #A1ABAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1ABAB is #5E5454. Grayscale: #A8A8A8. Windows color (decimal): -6181973 or 11250593. OLE color: 11250593.

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

Color convert

RGB 161 171 171 -
CMYK 0.06 0 0 0.33
HSL 180º 0.06% 0.65% -
HSV(B) 180º 0.06% 0.67% -
XYZ 36.61 39.64 44.25 -
YUV 168.01 129.69 123 -
System Red Green Blue C M Y K H S L
Decimal 161 171 171 0.06 0 0 0.33 180 0.06 0.65
Hex A1 AB AB 6 0 0 21 B4 6 41
Octal 241 253 253 6 0 0 41 264 6 101
Binary 10100001 10101011 10101011 110 0 0 100001 10110100 110 1000001

Color Harmonies of #A1ABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1ABAB

Black with #A1ABAB

Text Example


Text Example

White with #A1ABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1ABAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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