Shades of Norway #9AAA8A
Tints of Norway #9AAA8A
RGB
CMYK
RGB Variations
Color information
#9AAA8A (or 0x9AAA8A) is known color: Norway. HEX triplet: 9A, AA and 8A. RGB value is (154,170,138). Sum of RGB (Red+Green+Blue) = 154+170+138=462 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.33% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAA8A is #655575. Grayscale: #A1A1A1. Windows color (decimal): -6641014 or 9087642. OLE color: 9087642.
HSL color Cylindrical-coordinate representation of color #9AAA8A: hue angle of 90º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9AAA8A is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 170 | 138 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.33 |
| HSL | 90º | 0.16% | 0.6% | - |
| HSV(B) | 90º | 0.19% | 0.67% | - |
| XYZ | 32.29 | 37.45 | 29.57 | - |
| YUV | 161.57 | 114.7 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 170 | 138 | 0.09 | 0 | 0.19 | 0.33 | 90 | 0.16 | 0.6 |
| Hex | 9A | AA | 8A | 9 | 0 | 13 | 21 | 5A | 10 | 3C |
| Octal | 232 | 252 | 212 | 11 | 0 | 23 | 41 | 132 | 20 | 74 |
| Binary | 10011010 | 10101010 | 10001010 | 1001 | 0 | 10011 | 100001 | 1011010 | 10000 | 111100 |
Color Harmonies of #9AAA8A
Complementary color
Monochromatic Colors of #9AAA8A
Black with #9AAA8A
Text Example
Text Example
White with #9AAA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAA8A; }
p { color: rgb(154,170,138); }
H1.HeaderClassName
{
color: #9AAA8A;
}
.AnyTagClassName
{
color: #9AAA8A;
}
</style>
background-color css
<style>
a { background-color: #9AAA8A; }
a { background-color: rgb(154,170,138); }
div.DivClassName
{
background-color: #9AAA8A;
}
.BgClassName
{
background-color: #9AAA8A;
}
</style>
border-color css
<style>
span { border-color: #9AAA8A; }
span { border-color: rgb(154,170,138); }
td.TdClassName
{
border-color: #9AAA8A;
}
.TagClassName
{
border-color: #9AAA8A;
}
</style>