Shades of Norway #9AAA8B
Tints of Norway #9AAA8B
RGB
CMYK
RGB Variations
Color information
#9AAA8B (or 0x9AAA8B) is known color: Norway. HEX triplet: 9A, AA and 8B. RGB value is (154,170,139). Sum of RGB (Red+Green+Blue) = 154+170+139=463 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.26% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAA8B is #655574. Grayscale: #A1A1A1. Windows color (decimal): -6641013 or 9153178. OLE color: 9153178.
HSL color Cylindrical-coordinate representation of color #9AAA8B: hue angle of 90.97º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9AAA8B is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 170 | 139 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.33 |
| HSL | 90.97º | 0.15% | 0.61% | - |
| HSV(B) | 90.97º | 0.18% | 0.67% | - |
| XYZ | 32.36 | 37.48 | 29.96 | - |
| YUV | 161.68 | 115.2 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 170 | 139 | 0.09 | 0 | 0.18 | 0.33 | 90.97 | 0.15 | 0.61 |
| Hex | 9A | AA | 8B | 9 | 0 | 12 | 21 | 5B | F | 3D |
| Octal | 232 | 252 | 213 | 11 | 0 | 22 | 41 | 133 | 17 | 75 |
| Binary | 10011010 | 10101010 | 10001011 | 1001 | 0 | 10010 | 100001 | 1011011 | 1111 | 111101 |
Color Harmonies of #9AAA8B
Complementary color
Monochromatic Colors of #9AAA8B
Black with #9AAA8B
Text Example
Text Example
White with #9AAA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAA8B; }
p { color: rgb(154,170,139); }
H1.HeaderClassName
{
color: #9AAA8B;
}
.AnyTagClassName
{
color: #9AAA8B;
}
</style>
background-color css
<style>
a { background-color: #9AAA8B; }
a { background-color: rgb(154,170,139); }
div.DivClassName
{
background-color: #9AAA8B;
}
.BgClassName
{
background-color: #9AAA8B;
}
</style>
border-color css
<style>
span { border-color: #9AAA8B; }
span { border-color: rgb(154,170,139); }
td.TdClassName
{
border-color: #9AAA8B;
}
.TagClassName
{
border-color: #9AAA8B;
}
</style>