Shades of Norway #AAC195
Tints of Norway #AAC195
RGB
CMYK
RGB Variations
Color information
#AAC195 (or 0xAAC195) is known color: Norway. HEX triplet: AA, C1 and 95. RGB value is (170,193,149). Sum of RGB (Red+Green+Blue) = 170+193+149=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 193 (75.78% from 255 or 37.70% from 512); Blue value is 149 (58.59% from 255 or 29.10% from 512); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC195 is #553E6A. Grayscale: #B5B5B5. Windows color (decimal): -5586539 or 9814442. OLE color: 9814442.
HSL color Cylindrical-coordinate representation of color #AAC195: hue angle of 91.36º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAC195 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 149 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.24 |
| HSL | 91.36º | 0.26% | 0.67% | - |
| HSV(B) | 91.36º | 0.23% | 0.76% | - |
| XYZ | 41.07 | 48.86 | 35.7 | - |
| YUV | 181.11 | 109.88 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 149 | 0.12 | 0 | 0.23 | 0.24 | 91.36 | 0.26 | 0.67 |
| Hex | AA | C1 | 95 | C | 0 | 17 | 18 | 5B | 1A | 43 |
| Octal | 252 | 301 | 225 | 14 | 0 | 27 | 30 | 133 | 32 | 103 |
| Binary | 10101010 | 11000001 | 10010101 | 1100 | 0 | 10111 | 11000 | 1011011 | 11010 | 1000011 |
Color Harmonies of #AAC195
Complementary color
Monochromatic Colors of #AAC195
Black with #AAC195
Text Example
Text Example
White with #AAC195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC195; }
p { color: rgb(170,193,149); }
H1.HeaderClassName
{
color: #AAC195;
}
.AnyTagClassName
{
color: #AAC195;
}
</style>
background-color css
<style>
a { background-color: #AAC195; }
a { background-color: rgb(170,193,149); }
div.DivClassName
{
background-color: #AAC195;
}
.BgClassName
{
background-color: #AAC195;
}
</style>
border-color css
<style>
span { border-color: #AAC195; }
span { border-color: rgb(170,193,149); }
td.TdClassName
{
border-color: #AAC195;
}
.TagClassName
{
border-color: #AAC195;
}
</style>