Shades of Hit Grey #9AA9A8
Tints of Hit Grey #9AA9A8
RGB
CMYK
RGB Variations
Color information
#9AA9A8 (or 0x9AA9A8) is known color: Hit Grey. HEX triplet: 9A, A9 and A8. RGB value is (154,169,168). Sum of RGB (Red+Green+Blue) = 154+169+168=491 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.36% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 168 (66.02% from 255 or 34.22% from 491); Max value from RGB is 169 - color contains mainly: green. Hex color #9AA9A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA9A8 is #655657. Grayscale: #A4A4A4. Windows color (decimal): -6641240 or 11053466. OLE color: 11053466.
HSL color Cylindrical-coordinate representation of color #9AA9A8: hue angle of 176º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9AA9A8 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.34.
Color convert
RGB | 154 | 169 | 168 | - |
CMYK | 0.09 | 0 | 0.01 | 0.34 |
HSL | 176º | 0.08% | 0.63% | - |
HSV(B) | 176º | 0.09% | 0.66% | - |
XYZ | 34.58 | 38.07 | 42.57 | - |
YUV | 164.4 | 130.03 | 120.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 154 | 169 | 168 | 0.09 | 0 | 0.01 | 0.34 | 176 | 0.08 | 0.63 |
Hex | 9A | A9 | A8 | 9 | 0 | 1 | 22 | B0 | 8 | 3F |
Octal | 232 | 251 | 250 | 11 | 0 | 1 | 42 | 260 | 10 | 77 |
Binary | 10011010 | 10101001 | 10101000 | 1001 | 0 | 1 | 100010 | 10110000 | 1000 | 111111 |
Color Harmonies of #9AA9A8
Complementary color
Monochromatic Colors of #9AA9A8
Black with #9AA9A8
Text Example
Text Example
White with #9AA9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA9A8; }
p { color: rgb(154,169,168); }
H1.HeaderClassName
{
color: #9AA9A8;
}
.AnyTagClassName
{
color: #9AA9A8;
}
</style>
background-color css
<style>
a { background-color: #9AA9A8; }
a { background-color: rgb(154,169,168); }
div.DivClassName
{
background-color: #9AA9A8;
}
.BgClassName
{
background-color: #9AA9A8;
}
</style>
border-color css
<style>
span { border-color: #9AA9A8; }
span { border-color: rgb(154,169,168); }
td.TdClassName
{
border-color: #9AA9A8;
}
.TagClassName
{
border-color: #9AA9A8;
}
</style>