Shades of Norway #AAC692
Tints of Norway #AAC692
RGB
CMYK
RGB Variations
Color information
#AAC692 (or 0xAAC692) is known color: Norway. HEX triplet: AA, C6 and 92. RGB value is (170,198,146). Sum of RGB (Red+Green+Blue) = 170+198+146=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 198 (77.73% from 255 or 38.52% from 514); Blue value is 146 (57.42% from 255 or 28.40% from 514); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC692 is #55396D. Grayscale: #B7B7B7. Windows color (decimal): -5585262 or 9619114. OLE color: 9619114.
HSL color Cylindrical-coordinate representation of color #AAC692: hue angle of 92.31º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAC692 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 198 | 146 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.22 |
| HSL | 92.31º | 0.31% | 0.67% | - |
| HSV(B) | 92.31º | 0.26% | 0.78% | - |
| XYZ | 41.96 | 51.01 | 34.83 | - |
| YUV | 183.7 | 106.72 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 198 | 146 | 0.14 | 0 | 0.26 | 0.22 | 92.31 | 0.31 | 0.67 |
| Hex | AA | C6 | 92 | E | 0 | 1A | 16 | 5C | 1F | 43 |
| Octal | 252 | 306 | 222 | 16 | 0 | 32 | 26 | 134 | 37 | 103 |
| Binary | 10101010 | 11000110 | 10010010 | 1110 | 0 | 11010 | 10110 | 1011100 | 11111 | 1000011 |
Color Harmonies of #AAC692
Complementary color
Monochromatic Colors of #AAC692
Black with #AAC692
Text Example
Text Example
White with #AAC692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC692; }
p { color: rgb(170,198,146); }
H1.HeaderClassName
{
color: #AAC692;
}
.AnyTagClassName
{
color: #AAC692;
}
</style>
background-color css
<style>
a { background-color: #AAC692; }
a { background-color: rgb(170,198,146); }
div.DivClassName
{
background-color: #AAC692;
}
.BgClassName
{
background-color: #AAC692;
}
</style>
border-color css
<style>
span { border-color: #AAC692; }
span { border-color: rgb(170,198,146); }
td.TdClassName
{
border-color: #AAC692;
}
.TagClassName
{
border-color: #AAC692;
}
</style>