Shades of Hit Grey #99ACAA
Tints of Hit Grey #99ACAA
RGB
CMYK
RGB Variations
Color information
#99ACAA (or 0x99ACAA) is known color: Hit Grey. HEX triplet: 99, AC and AA. RGB value is (153,172,170). Sum of RGB (Red+Green+Blue) = 153+172+170=495 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.91% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 172 - color contains mainly: green. Hex color #99ACAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99ACAA is #665355. Grayscale: #A6A6A6. Windows color (decimal): -6706006 or 11185305. OLE color: 11185305.
HSL color Cylindrical-coordinate representation of color #99ACAA: hue angle of 173.68º 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 #99ACAA is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 172 | 170 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.33 |
| HSL | 173.68º | 0.1% | 0.64% | - |
| HSV(B) | 173.68º | 0.11% | 0.67% | - |
| XYZ | 35.15 | 39.18 | 43.74 | - |
| YUV | 166.09 | 130.21 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 172 | 170 | 0.11 | 0 | 0.01 | 0.33 | 173.68 | 0.1 | 0.64 |
| Hex | 99 | AC | AA | B | 0 | 1 | 21 | AE | A | 40 |
| Octal | 231 | 254 | 252 | 13 | 0 | 1 | 41 | 256 | 12 | 100 |
| Binary | 10011001 | 10101100 | 10101010 | 1011 | 0 | 1 | 100001 | 10101110 | 1010 | 1000000 |
Color Harmonies of #99ACAA
Complementary color
Monochromatic Colors of #99ACAA
Black with #99ACAA
Text Example
Text Example
White with #99ACAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ACAA; }
p { color: rgb(153,172,170); }
H1.HeaderClassName
{
color: #99ACAA;
}
.AnyTagClassName
{
color: #99ACAA;
}
</style>
background-color css
<style>
a { background-color: #99ACAA; }
a { background-color: rgb(153,172,170); }
div.DivClassName
{
background-color: #99ACAA;
}
.BgClassName
{
background-color: #99ACAA;
}
</style>
border-color css
<style>
span { border-color: #99ACAA; }
span { border-color: rgb(153,172,170); }
td.TdClassName
{
border-color: #99ACAA;
}
.TagClassName
{
border-color: #99ACAA;
}
</style>