Shades of Norway #AAC28B
Tints of Norway #AAC28B
RGB
CMYK
RGB Variations
Color information
#AAC28B (or 0xAAC28B) is known color: Norway. HEX triplet: AA, C2 and 8B. RGB value is (170,194,139). Sum of RGB (Red+Green+Blue) = 170+194+139=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 139 (54.69% from 255 or 27.63% from 503); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC28B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC28B is #553D74. Grayscale: #B4B4B4. Windows color (decimal): -5586293 or 9159338. OLE color: 9159338.
HSL color Cylindrical-coordinate representation of color #AAC28B: hue angle of 86.18º degrees, saturation: 0.31, 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 #AAC28B is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 194 | 139 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.24 |
| HSL | 86.18º | 0.31% | 0.65% | - |
| HSV(B) | 86.18º | 0.28% | 0.76% | - |
| XYZ | 40.53 | 48.99 | 31.75 | - |
| YUV | 180.55 | 104.55 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 194 | 139 | 0.12 | 0 | 0.28 | 0.24 | 86.18 | 0.31 | 0.65 |
| Hex | AA | C2 | 8B | C | 0 | 1C | 18 | 56 | 1F | 41 |
| Octal | 252 | 302 | 213 | 14 | 0 | 34 | 30 | 126 | 37 | 101 |
| Binary | 10101010 | 11000010 | 10001011 | 1100 | 0 | 11100 | 11000 | 1010110 | 11111 | 1000001 |
Color Harmonies of #AAC28B
Complementary color
Monochromatic Colors of #AAC28B
Black with #AAC28B
Text Example
Text Example
White with #AAC28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC28B; }
p { color: rgb(170,194,139); }
H1.HeaderClassName
{
color: #AAC28B;
}
.AnyTagClassName
{
color: #AAC28B;
}
</style>
background-color css
<style>
a { background-color: #AAC28B; }
a { background-color: rgb(170,194,139); }
div.DivClassName
{
background-color: #AAC28B;
}
.BgClassName
{
background-color: #AAC28B;
}
</style>
border-color css
<style>
span { border-color: #AAC28B; }
span { border-color: rgb(170,194,139); }
td.TdClassName
{
border-color: #AAC28B;
}
.TagClassName
{
border-color: #AAC28B;
}
</style>