Shades of Norway #AAC097
Tints of Norway #AAC097
RGB
CMYK
RGB Variations
Color information
#AAC097 (or 0xAAC097) is known color: Norway. HEX triplet: AA, C0 and 97. RGB value is (170,192,151). Sum of RGB (Red+Green+Blue) = 170+192+151=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 151 (59.38% from 255 or 29.43% from 513); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC097 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC097 is #553F68. Grayscale: #B4B4B4. Windows color (decimal): -5586793 or 9945258. OLE color: 9945258.
HSL color Cylindrical-coordinate representation of color #AAC097: hue angle of 92.2º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAC097 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 192 | 151 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.25 |
| HSL | 92.2º | 0.25% | 0.67% | - |
| HSV(B) | 92.2º | 0.21% | 0.75% | - |
| XYZ | 41.01 | 48.48 | 36.47 | - |
| YUV | 180.75 | 111.21 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 151 | 0.11 | 0 | 0.21 | 0.25 | 92.2 | 0.25 | 0.67 |
| Hex | AA | C0 | 97 | B | 0 | 15 | 19 | 5C | 19 | 43 |
| Octal | 252 | 300 | 227 | 13 | 0 | 25 | 31 | 134 | 31 | 103 |
| Binary | 10101010 | 11000000 | 10010111 | 1011 | 0 | 10101 | 11001 | 1011100 | 11001 | 1000011 |
Color Harmonies of #AAC097
Complementary color
Monochromatic Colors of #AAC097
Black with #AAC097
Text Example
Text Example
White with #AAC097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC097; }
p { color: rgb(170,192,151); }
H1.HeaderClassName
{
color: #AAC097;
}
.AnyTagClassName
{
color: #AAC097;
}
</style>
background-color css
<style>
a { background-color: #AAC097; }
a { background-color: rgb(170,192,151); }
div.DivClassName
{
background-color: #AAC097;
}
.BgClassName
{
background-color: #AAC097;
}
</style>
border-color css
<style>
span { border-color: #AAC097; }
span { border-color: rgb(170,192,151); }
td.TdClassName
{
border-color: #AAC097;
}
.TagClassName
{
border-color: #AAC097;
}
</style>