Shades of Hit Grey #99AEAD
Tints of Hit Grey #99AEAD
RGB
CMYK
RGB Variations
Color information
#99AEAD (or 0x99AEAD) is known color: Hit Grey. HEX triplet: 99, AE and AD. RGB value is (153,174,173). Sum of RGB (Red+Green+Blue) = 153+174+173=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 174 - color contains mainly: green. Hex color #99AEAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AEAD is #665152. Grayscale: #A7A7A7. Windows color (decimal): -6705491 or 11382425. OLE color: 11382425.
HSL color Cylindrical-coordinate representation of color #99AEAD: hue angle of 177.14º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #99AEAD is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 174 | 173 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.32 |
| HSL | 177.14º | 0.11% | 0.64% | - |
| HSV(B) | 177.14º | 0.12% | 0.68% | - |
| XYZ | 35.82 | 40.06 | 45.38 | - |
| YUV | 167.61 | 131.04 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 174 | 173 | 0.12 | 0 | 0.01 | 0.32 | 177.14 | 0.11 | 0.64 |
| Hex | 99 | AE | AD | C | 0 | 1 | 20 | B1 | B | 40 |
| Octal | 231 | 256 | 255 | 14 | 0 | 1 | 40 | 261 | 13 | 100 |
| Binary | 10011001 | 10101110 | 10101101 | 1100 | 0 | 1 | 100000 | 10110001 | 1011 | 1000000 |
Color Harmonies of #99AEAD
Complementary color
Monochromatic Colors of #99AEAD
Black with #99AEAD
Text Example
Text Example
White with #99AEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AEAD; }
p { color: rgb(153,174,173); }
H1.HeaderClassName
{
color: #99AEAD;
}
.AnyTagClassName
{
color: #99AEAD;
}
</style>
background-color css
<style>
a { background-color: #99AEAD; }
a { background-color: rgb(153,174,173); }
div.DivClassName
{
background-color: #99AEAD;
}
.BgClassName
{
background-color: #99AEAD;
}
</style>
border-color css
<style>
span { border-color: #99AEAD; }
span { border-color: rgb(153,174,173); }
td.TdClassName
{
border-color: #99AEAD;
}
.TagClassName
{
border-color: #99AEAD;
}
</style>