#99ABA8

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

Shades of Hit Grey #99ABA8

Tints of Hit Grey #99ABA8

Color information

#99ABA8 (or 0x99ABA8) is unknown color: approx Hit Grey. HEX triplet: 99, AB and A8. RGB value is (153,171,168). Sum of RGB (Red+Green+Blue) = 153+171+168=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 168 (66.02% from 255 or 34.15% from 492); Max value from RGB is 171 - color contains mainly: green. Hex color #99ABA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99ABA8 is #665457. Grayscale: #A5A5A5. Windows color (decimal): -6706264 or 11053977. OLE color: 11053977.

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

Color convert

RGB153171168-
CMYK0.1100.020.33
HSL170º9.68%63.53%-
HSV(B)170º10.53%67.06%-
XYZ34.7738.7342.69-
YUV165.28129.54119.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.10%
GREEN value IS 171 (67.19% from 255) = 34.76%
BLUE value IS 168 (66.02% from 255) = 34.15%
R=31.10%
G=34.76%
B=34.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531711680.1100.020.331709.6863.53
Hex99ABA8B0221aaa40
Octal23125325013024125212100
Binary10011001101010111010100010110101000011010101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ABA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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