Shades of Norway #AAC389
Tints of Norway #AAC389
RGB
CMYK
RGB Variations
Color information
#AAC389 (or 0xAAC389) is known color: Norway. HEX triplet: AA, C3 and 89. RGB value is (170,195,137). Sum of RGB (Red+Green+Blue) = 170+195+137=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 195 (76.56% from 255 or 38.84% from 502); Blue value is 137 (53.91% from 255 or 27.29% from 502); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC389 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC389 is #553C76. Grayscale: #B5B5B5. Windows color (decimal): -5586039 or 9028522. OLE color: 9028522.
HSL color Cylindrical-coordinate representation of color #AAC389: hue angle of 85.86º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAC389 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 195 | 137 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.24 |
| HSL | 85.86º | 0.33% | 0.65% | - |
| HSV(B) | 85.86º | 0.3% | 0.76% | - |
| XYZ | 40.61 | 49.38 | 31.06 | - |
| YUV | 180.91 | 103.22 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 195 | 137 | 0.13 | 0 | 0.30 | 0.24 | 85.86 | 0.33 | 0.65 |
| Hex | AA | C3 | 89 | D | 0 | 1E | 18 | 56 | 21 | 41 |
| Octal | 252 | 303 | 211 | 15 | 0 | 36 | 30 | 126 | 41 | 101 |
| Binary | 10101010 | 11000011 | 10001001 | 1101 | 0 | 11110 | 11000 | 1010110 | 100001 | 1000001 |
Color Harmonies of #AAC389
Complementary color
Monochromatic Colors of #AAC389
Black with #AAC389
Text Example
Text Example
White with #AAC389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC389; }
p { color: rgb(170,195,137); }
H1.HeaderClassName
{
color: #AAC389;
}
.AnyTagClassName
{
color: #AAC389;
}
</style>
background-color css
<style>
a { background-color: #AAC389; }
a { background-color: rgb(170,195,137); }
div.DivClassName
{
background-color: #AAC389;
}
.BgClassName
{
background-color: #AAC389;
}
</style>
border-color css
<style>
span { border-color: #AAC389; }
span { border-color: rgb(170,195,137); }
td.TdClassName
{
border-color: #AAC389;
}
.TagClassName
{
border-color: #AAC389;
}
</style>