Shades of Norway #9AAF8B
Tints of Norway #9AAF8B
RGB
CMYK
RGB Variations
Color information
#9AAF8B (or 0x9AAF8B) is known color: Norway. HEX triplet: 9A, AF and 8B. RGB value is (154,175,139). Sum of RGB (Red+Green+Blue) = 154+175+139=468 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.91% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 139 (54.69% from 255 or 29.70% from 468); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAF8B is #655074. Grayscale: #A4A4A4. Windows color (decimal): -6639733 or 9154458. OLE color: 9154458.
HSL color Cylindrical-coordinate representation of color #9AAF8B: hue angle of 95º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9AAF8B is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 175 | 139 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.31 |
| HSL | 95º | 0.18% | 0.62% | - |
| HSV(B) | 95º | 0.21% | 0.69% | - |
| XYZ | 33.32 | 39.39 | 30.27 | - |
| YUV | 164.62 | 113.54 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 175 | 139 | 0.12 | 0 | 0.21 | 0.31 | 95 | 0.18 | 0.62 |
| Hex | 9A | AF | 8B | C | 0 | 15 | 1F | 5F | 12 | 3E |
| Octal | 232 | 257 | 213 | 14 | 0 | 25 | 37 | 137 | 22 | 76 |
| Binary | 10011010 | 10101111 | 10001011 | 1100 | 0 | 10101 | 11111 | 1011111 | 10010 | 111110 |
Color Harmonies of #9AAF8B
Complementary color
Monochromatic Colors of #9AAF8B
Black with #9AAF8B
Text Example
Text Example
White with #9AAF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAF8B; }
p { color: rgb(154,175,139); }
H1.HeaderClassName
{
color: #9AAF8B;
}
.AnyTagClassName
{
color: #9AAF8B;
}
</style>
background-color css
<style>
a { background-color: #9AAF8B; }
a { background-color: rgb(154,175,139); }
div.DivClassName
{
background-color: #9AAF8B;
}
.BgClassName
{
background-color: #9AAF8B;
}
</style>
border-color css
<style>
span { border-color: #9AAF8B; }
span { border-color: rgb(154,175,139); }
td.TdClassName
{
border-color: #9AAF8B;
}
.TagClassName
{
border-color: #9AAF8B;
}
</style>