Shades of Norway #AAC693
Tints of Norway #AAC693
RGB
CMYK
RGB Variations
Color information
#AAC693 (or 0xAAC693) is known color: Norway. HEX triplet: AA, C6 and 93. RGB value is (170,198,147). Sum of RGB (Red+Green+Blue) = 170+198+147=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 198 (77.73% from 255 or 38.45% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC693 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC693 is #55396C. Grayscale: #B7B7B7. Windows color (decimal): -5585261 or 9684650. OLE color: 9684650.
HSL color Cylindrical-coordinate representation of color #AAC693: hue angle of 92.94º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAC693 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 198 | 147 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.22 |
| HSL | 92.94º | 0.31% | 0.68% | - |
| HSV(B) | 92.94º | 0.26% | 0.78% | - |
| XYZ | 42.04 | 51.04 | 35.24 | - |
| YUV | 183.81 | 107.22 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 198 | 147 | 0.14 | 0 | 0.26 | 0.22 | 92.94 | 0.31 | 0.68 |
| Hex | AA | C6 | 93 | E | 0 | 1A | 16 | 5D | 1F | 44 |
| Octal | 252 | 306 | 223 | 16 | 0 | 32 | 26 | 135 | 37 | 104 |
| Binary | 10101010 | 11000110 | 10010011 | 1110 | 0 | 11010 | 10110 | 1011101 | 11111 | 1000100 |
Color Harmonies of #AAC693
Complementary color
Monochromatic Colors of #AAC693
Black with #AAC693
Text Example
Text Example
White with #AAC693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC693; }
p { color: rgb(170,198,147); }
H1.HeaderClassName
{
color: #AAC693;
}
.AnyTagClassName
{
color: #AAC693;
}
</style>
background-color css
<style>
a { background-color: #AAC693; }
a { background-color: rgb(170,198,147); }
div.DivClassName
{
background-color: #AAC693;
}
.BgClassName
{
background-color: #AAC693;
}
</style>
border-color css
<style>
span { border-color: #AAC693; }
span { border-color: rgb(170,198,147); }
td.TdClassName
{
border-color: #AAC693;
}
.TagClassName
{
border-color: #AAC693;
}
</style>