#99ACAB

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

Shades of Hit Grey #99ACAB

Tints of Hit Grey #99ACAB

Color information

#99ACAB (or 0x99ACAB) is unknown color: approx Hit Grey. HEX triplet: 99, AC and AB. RGB value is (153,172,171). Sum of RGB (Red+Green+Blue) = 153+172+171=496 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.85% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 172 - color contains mainly: green. Hex color #99ACAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99ACAB is #665354. Grayscale: #A6A6A6. Windows color (decimal): -6706005 or 11250841. OLE color: 11250841.

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

Color convert

RGB153172171-
CMYK0.1100.010.33
HSL176.84º10.27%63.73%-
HSV(B)176.84º11.05%67.45%-
XYZ35.2439.2244.24-
YUV166.2130.71118.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.85%
GREEN value IS 172 (67.58% from 255) = 34.68%
BLUE value IS 171 (67.19% from 255) = 34.48%
R=30.85%
G=34.68%
B=34.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531721710.1100.010.33176.8410.2763.73
Hex99ACABB0121b1a40
Octal23125425313014126112100
Binary1001100110101100101010111011011000011011000110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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