Shades of Hit Grey #9AAEAD
Tints of Hit Grey #9AAEAD
RGB
CMYK
RGB Variations
Color information
#9AAEAD (or 0x9AAEAD) is known color: Hit Grey. HEX triplet: 9A, AE and AD. RGB value is (154,174,173). Sum of RGB (Red+Green+Blue) = 154+174+173=501 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.74% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 174 - color contains mainly: green. Hex color #9AAEAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAEAD is #655152. Grayscale: #A7A7A7. Windows color (decimal): -6639955 or 11382426. OLE color: 11382426.
HSL color Cylindrical-coordinate representation of color #9AAEAD: hue angle of 177º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9AAEAD is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 154 | 174 | 173 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.32 |
| HSL | 177º | 0.11% | 0.64% | - |
| HSV(B) | 177º | 0.11% | 0.68% | - |
| XYZ | 36.01 | 40.16 | 45.39 | - |
| YUV | 167.91 | 130.87 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 174 | 173 | 0.11 | 0 | 0.01 | 0.32 | 177 | 0.11 | 0.64 |
| Hex | 9A | AE | AD | B | 0 | 1 | 20 | B1 | B | 40 |
| Octal | 232 | 256 | 255 | 13 | 0 | 1 | 40 | 261 | 13 | 100 |
| Binary | 10011010 | 10101110 | 10101101 | 1011 | 0 | 1 | 100000 | 10110001 | 1011 | 1000000 |
Color Harmonies of #9AAEAD
Complementary color
Monochromatic Colors of #9AAEAD
Black with #9AAEAD
Text Example
Text Example
White with #9AAEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAEAD; }
p { color: rgb(154,174,173); }
H1.HeaderClassName
{
color: #9AAEAD;
}
.AnyTagClassName
{
color: #9AAEAD;
}
</style>
background-color css
<style>
a { background-color: #9AAEAD; }
a { background-color: rgb(154,174,173); }
div.DivClassName
{
background-color: #9AAEAD;
}
.BgClassName
{
background-color: #9AAEAD;
}
</style>
border-color css
<style>
span { border-color: #9AAEAD; }
span { border-color: rgb(154,174,173); }
td.TdClassName
{
border-color: #9AAEAD;
}
.TagClassName
{
border-color: #9AAEAD;
}
</style>