Shades of Norway #AAC889
Tints of Norway #AAC889
RGB
CMYK
RGB Variations
Color information
#AAC889 (or 0xAAC889) is known color: Norway. HEX triplet: AA, C8 and 89. RGB value is (170,200,137). Sum of RGB (Red+Green+Blue) = 170+200+137=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 200 (78.52% from 255 or 39.45% from 507); Blue value is 137 (53.91% from 255 or 27.02% from 507); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC889 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC889 is #553776. Grayscale: #B8B8B8. Windows color (decimal): -5584759 or 9029802. OLE color: 9029802.
HSL color Cylindrical-coordinate representation of color #AAC889: hue angle of 88.57º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAC889 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 200 | 137 | - |
| CMYK | 0.15 | 0 | 0.32 | 0.22 |
| HSL | 88.57º | 0.36% | 0.66% | - |
| HSV(B) | 88.57º | 0.32% | 0.78% | - |
| XYZ | 41.75 | 51.66 | 31.44 | - |
| YUV | 183.85 | 101.56 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 137 | 0.15 | 0 | 0.32 | 0.22 | 88.57 | 0.36 | 0.66 |
| Hex | AA | C8 | 89 | F | 0 | 20 | 16 | 59 | 24 | 42 |
| Octal | 252 | 310 | 211 | 17 | 0 | 40 | 26 | 131 | 44 | 102 |
| Binary | 10101010 | 11001000 | 10001001 | 1111 | 0 | 100000 | 10110 | 1011001 | 100100 | 1000010 |
Color Harmonies of #AAC889
Complementary color
Monochromatic Colors of #AAC889
Black with #AAC889
Text Example
Text Example
White with #AAC889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC889; }
p { color: rgb(170,200,137); }
H1.HeaderClassName
{
color: #AAC889;
}
.AnyTagClassName
{
color: #AAC889;
}
</style>
background-color css
<style>
a { background-color: #AAC889; }
a { background-color: rgb(170,200,137); }
div.DivClassName
{
background-color: #AAC889;
}
.BgClassName
{
background-color: #AAC889;
}
</style>
border-color css
<style>
span { border-color: #AAC889; }
span { border-color: rgb(170,200,137); }
td.TdClassName
{
border-color: #AAC889;
}
.TagClassName
{
border-color: #AAC889;
}
</style>