Shades of Norway #AAC491
Tints of Norway #AAC491
RGB
CMYK
RGB Variations
Color information
#AAC491 (or 0xAAC491) is known color: Norway. HEX triplet: AA, C4 and 91. RGB value is (170,196,145). Sum of RGB (Red+Green+Blue) = 170+196+145=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 145 (57.03% from 255 or 28.38% from 511); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC491 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC491 is #553B6E. Grayscale: #B6B6B6. Windows color (decimal): -5585775 or 9553066. OLE color: 9553066.
HSL color Cylindrical-coordinate representation of color #AAC491: hue angle of 90.59º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAC491 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 196 | 145 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.23 |
| HSL | 90.59º | 0.3% | 0.67% | - |
| HSV(B) | 90.59º | 0.26% | 0.77% | - |
| XYZ | 41.43 | 50.07 | 34.27 | - |
| YUV | 182.41 | 106.89 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 196 | 145 | 0.13 | 0 | 0.26 | 0.23 | 90.59 | 0.3 | 0.67 |
| Hex | AA | C4 | 91 | D | 0 | 1A | 17 | 5B | 1E | 43 |
| Octal | 252 | 304 | 221 | 15 | 0 | 32 | 27 | 133 | 36 | 103 |
| Binary | 10101010 | 11000100 | 10010001 | 1101 | 0 | 11010 | 10111 | 1011011 | 11110 | 1000011 |
Color Harmonies of #AAC491
Complementary color
Monochromatic Colors of #AAC491
Black with #AAC491
Text Example
Text Example
White with #AAC491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC491; }
p { color: rgb(170,196,145); }
H1.HeaderClassName
{
color: #AAC491;
}
.AnyTagClassName
{
color: #AAC491;
}
</style>
background-color css
<style>
a { background-color: #AAC491; }
a { background-color: rgb(170,196,145); }
div.DivClassName
{
background-color: #AAC491;
}
.BgClassName
{
background-color: #AAC491;
}
</style>
border-color css
<style>
span { border-color: #AAC491; }
span { border-color: rgb(170,196,145); }
td.TdClassName
{
border-color: #AAC491;
}
.TagClassName
{
border-color: #AAC491;
}
</style>