#99ABAB

Color #99ABAB Hit Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hit Grey #99ABAB

Tints of Hit Grey #99ABAB

Color information

#99ABAB (or 0x99ABAB) is unknown color: approx Hit Grey. HEX triplet: 99, AB and AB. RGB value is (153,171,171). Sum of RGB (Red+Green+Blue) = 153+171+171=495 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.91% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #99ABAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99ABAB is #665454. Grayscale: #A5A5A5. Windows color (decimal): -6706261 or 11250585. OLE color: 11250585.

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

Color convert

RGB153171171-
CMYK0.11000.33
HSL180º9.68%63.53%-
HSV(B)180º10.53%67.06%-
XYZ35.0538.8444.18-
YUV165.62131.04119-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.91%
GREEN value IS 171 (67.19% from 255) = 34.55%
BLUE value IS 171 (67.19% from 255) = 34.55%
R=30.91%
G=34.55%
B=34.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531711710.11000.331809.6863.53
Hex99ABABB0021b4a40
Octal23125325313004126412100
Binary1001100110101011101010111011001000011011010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ABAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99ABAB; }

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

 H1.HeaderClassName
 {
   color: #99ABAB;
 }
 .AnyTagClassName
 {
   color: #99ABAB;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #99ABAB;
 }
 .BgClassName
 {
   background-color: #99ABAB;
 }
</style>
border-color css

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

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

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