Shades of Norway #AAC995
Tints of Norway #AAC995
RGB
CMYK
RGB Variations
Color information
#AAC995 (or 0xAAC995) is known color: Norway. HEX triplet: AA, C9 and 95. RGB value is (170,201,149). Sum of RGB (Red+Green+Blue) = 170+201+149=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 201 (78.91% from 255 or 38.65% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC995 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC995 is #55366A. Grayscale: #B9B9B9. Windows color (decimal): -5584491 or 9816490. OLE color: 9816490.
HSL color Cylindrical-coordinate representation of color #AAC995: hue angle of 95.77º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAC995 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 201 | 149 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.21 |
| HSL | 95.77º | 0.33% | 0.69% | - |
| HSV(B) | 95.77º | 0.26% | 0.79% | - |
| XYZ | 42.89 | 52.49 | 36.3 | - |
| YUV | 185.8 | 107.23 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 149 | 0.15 | 0 | 0.26 | 0.21 | 95.77 | 0.33 | 0.69 |
| Hex | AA | C9 | 95 | F | 0 | 1A | 15 | 60 | 20 | 45 |
| Octal | 252 | 311 | 225 | 17 | 0 | 32 | 25 | 140 | 40 | 105 |
| Binary | 10101010 | 11001001 | 10010101 | 1111 | 0 | 11010 | 10101 | 1100000 | 100000 | 1000101 |
Color Harmonies of #AAC995
Complementary color
Monochromatic Colors of #AAC995
Black with #AAC995
Text Example
Text Example
White with #AAC995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC995; }
p { color: rgb(170,201,149); }
H1.HeaderClassName
{
color: #AAC995;
}
.AnyTagClassName
{
color: #AAC995;
}
</style>
background-color css
<style>
a { background-color: #AAC995; }
a { background-color: rgb(170,201,149); }
div.DivClassName
{
background-color: #AAC995;
}
.BgClassName
{
background-color: #AAC995;
}
</style>
border-color css
<style>
span { border-color: #AAC995; }
span { border-color: rgb(170,201,149); }
td.TdClassName
{
border-color: #AAC995;
}
.TagClassName
{
border-color: #AAC995;
}
</style>