Shades of Norway #9AAF8A
Tints of Norway #9AAF8A
RGB
CMYK
RGB Variations
Color information
#9AAF8A (or 0x9AAF8A) is known color: Norway. HEX triplet: 9A, AF and 8A. RGB value is (154,175,138). Sum of RGB (Red+Green+Blue) = 154+175+138=467 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.98% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAF8A is #655075. Grayscale: #A4A4A4. Windows color (decimal): -6639734 or 9088922. OLE color: 9088922.
HSL color Cylindrical-coordinate representation of color #9AAF8A: hue angle of 94.05º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9AAF8A is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 175 | 138 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.31 |
| HSL | 94.05º | 0.19% | 0.61% | - |
| HSV(B) | 94.05º | 0.21% | 0.69% | - |
| XYZ | 33.24 | 39.36 | 29.89 | - |
| YUV | 164.5 | 113.04 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 175 | 138 | 0.12 | 0 | 0.21 | 0.31 | 94.05 | 0.19 | 0.61 |
| Hex | 9A | AF | 8A | C | 0 | 15 | 1F | 5E | 13 | 3D |
| Octal | 232 | 257 | 212 | 14 | 0 | 25 | 37 | 136 | 23 | 75 |
| Binary | 10011010 | 10101111 | 10001010 | 1100 | 0 | 10101 | 11111 | 1011110 | 10011 | 111101 |
Color Harmonies of #9AAF8A
Complementary color
Monochromatic Colors of #9AAF8A
Black with #9AAF8A
Text Example
Text Example
White with #9AAF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAF8A; }
p { color: rgb(154,175,138); }
H1.HeaderClassName
{
color: #9AAF8A;
}
.AnyTagClassName
{
color: #9AAF8A;
}
</style>
background-color css
<style>
a { background-color: #9AAF8A; }
a { background-color: rgb(154,175,138); }
div.DivClassName
{
background-color: #9AAF8A;
}
.BgClassName
{
background-color: #9AAF8A;
}
</style>
border-color css
<style>
span { border-color: #9AAF8A; }
span { border-color: rgb(154,175,138); }
td.TdClassName
{
border-color: #9AAF8A;
}
.TagClassName
{
border-color: #9AAF8A;
}
</style>