Shades of Norway #AAC18B
Tints of Norway #AAC18B
RGB
CMYK
RGB Variations
Color information
#AAC18B (or 0xAAC18B) is known color: Norway. HEX triplet: AA, C1 and 8B. RGB value is (170,193,139). Sum of RGB (Red+Green+Blue) = 170+193+139=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 139 (54.69% from 255 or 27.69% from 502); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC18B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC18B is #553E74. Grayscale: #B4B4B4. Windows color (decimal): -5586549 or 9159082. OLE color: 9159082.
HSL color Cylindrical-coordinate representation of color #AAC18B: hue angle of 85.56º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAC18B is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 139 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.24 |
| HSL | 85.56º | 0.3% | 0.65% | - |
| HSV(B) | 85.56º | 0.28% | 0.76% | - |
| XYZ | 40.31 | 48.55 | 31.67 | - |
| YUV | 179.97 | 104.88 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 139 | 0.12 | 0 | 0.28 | 0.24 | 85.56 | 0.3 | 0.65 |
| Hex | AA | C1 | 8B | C | 0 | 1C | 18 | 56 | 1E | 41 |
| Octal | 252 | 301 | 213 | 14 | 0 | 34 | 30 | 126 | 36 | 101 |
| Binary | 10101010 | 11000001 | 10001011 | 1100 | 0 | 11100 | 11000 | 1010110 | 11110 | 1000001 |
Color Harmonies of #AAC18B
Complementary color
Monochromatic Colors of #AAC18B
Black with #AAC18B
Text Example
Text Example
White with #AAC18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC18B; }
p { color: rgb(170,193,139); }
H1.HeaderClassName
{
color: #AAC18B;
}
.AnyTagClassName
{
color: #AAC18B;
}
</style>
background-color css
<style>
a { background-color: #AAC18B; }
a { background-color: rgb(170,193,139); }
div.DivClassName
{
background-color: #AAC18B;
}
.BgClassName
{
background-color: #AAC18B;
}
</style>
border-color css
<style>
span { border-color: #AAC18B; }
span { border-color: rgb(170,193,139); }
td.TdClassName
{
border-color: #AAC18B;
}
.TagClassName
{
border-color: #AAC18B;
}
</style>