Shades of Norway #99AA8C
Tints of Norway #99AA8C
RGB
CMYK
RGB Variations
Color information
#99AA8C (or 0x99AA8C) is known color: Norway. HEX triplet: 99, AA and 8C. RGB value is (153,170,140). Sum of RGB (Red+Green+Blue) = 153+170+140=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AA8C is #665573. Grayscale: #A1A1A1. Windows color (decimal): -6706548 or 9218713. OLE color: 9218713.
HSL color Cylindrical-coordinate representation of color #99AA8C: hue angle of 94º 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 #99AA8C is Cyan = 0.1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 170 | 140 | - |
| CMYK | 0.1 | 0 | 0.18 | 0.33 |
| HSL | 94º | 0.15% | 0.61% | - |
| HSV(B) | 94º | 0.18% | 0.67% | - |
| XYZ | 32.25 | 37.42 | 30.33 | - |
| YUV | 161.5 | 115.87 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 140 | 0.1 | 0 | 0.18 | 0.33 | 94 | 0.15 | 0.61 |
| Hex | 99 | AA | 8C | A | 0 | 12 | 21 | 5E | F | 3D |
| Octal | 231 | 252 | 214 | 12 | 0 | 22 | 41 | 136 | 17 | 75 |
| Binary | 10011001 | 10101010 | 10001100 | 1010 | 0 | 10010 | 100001 | 1011110 | 1111 | 111101 |
Color Harmonies of #99AA8C
Complementary color
Monochromatic Colors of #99AA8C
Black with #99AA8C
Text Example
Text Example
White with #99AA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AA8C; }
p { color: rgb(153,170,140); }
H1.HeaderClassName
{
color: #99AA8C;
}
.AnyTagClassName
{
color: #99AA8C;
}
</style>
background-color css
<style>
a { background-color: #99AA8C; }
a { background-color: rgb(153,170,140); }
div.DivClassName
{
background-color: #99AA8C;
}
.BgClassName
{
background-color: #99AA8C;
}
</style>
border-color css
<style>
span { border-color: #99AA8C; }
span { border-color: rgb(153,170,140); }
td.TdClassName
{
border-color: #99AA8C;
}
.TagClassName
{
border-color: #99AA8C;
}
</style>