Shades of Hit Grey #9AAEAF
Tints of Hit Grey #9AAEAF
RGB
CMYK
RGB Variations
Color information
#9AAEAF (or 0x9AAEAF) is known color: Hit Grey. HEX triplet: 9A, AE and AF. RGB value is (154,174,175). Sum of RGB (Red+Green+Blue) = 154+174+175=503 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.62% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 175 - color contains mainly: blue. Hex color #9AAEAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAEAF is #655150. Grayscale: #A8A8A8. Windows color (decimal): -6639953 or 11513498. OLE color: 11513498.
HSL color Cylindrical-coordinate representation of color #9AAEAF: hue angle of 182.86º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9AAEAF is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 174 | 175 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.31 |
| HSL | 182.86º | 0.12% | 0.65% | - |
| HSV(B) | 182.86º | 0.12% | 0.69% | - |
| XYZ | 36.2 | 40.24 | 46.42 | - |
| YUV | 168.13 | 131.87 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 174 | 175 | 0.12 | 0.01 | 0 | 0.31 | 182.86 | 0.12 | 0.65 |
| Hex | 9A | AE | AF | C | 1 | 0 | 1F | B7 | C | 41 |
| Octal | 232 | 256 | 257 | 14 | 1 | 0 | 37 | 267 | 14 | 101 |
| Binary | 10011010 | 10101110 | 10101111 | 1100 | 1 | 0 | 11111 | 10110111 | 1100 | 1000001 |
Color Harmonies of #9AAEAF
Complementary color
Monochromatic Colors of #9AAEAF
Black with #9AAEAF
Text Example
Text Example
White with #9AAEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAEAF; }
p { color: rgb(154,174,175); }
H1.HeaderClassName
{
color: #9AAEAF;
}
.AnyTagClassName
{
color: #9AAEAF;
}
</style>
background-color css
<style>
a { background-color: #9AAEAF; }
a { background-color: rgb(154,174,175); }
div.DivClassName
{
background-color: #9AAEAF;
}
.BgClassName
{
background-color: #9AAEAF;
}
</style>
border-color css
<style>
span { border-color: #9AAEAF; }
span { border-color: rgb(154,174,175); }
td.TdClassName
{
border-color: #9AAEAF;
}
.TagClassName
{
border-color: #9AAEAF;
}
</style>