Shades of Norway #AAC88B
Tints of Norway #AAC88B
RGB
CMYK
RGB Variations
Color information
#AAC88B (or 0xAAC88B) is known color: Norway. HEX triplet: AA, C8 and 8B. RGB value is (170,200,139). Sum of RGB (Red+Green+Blue) = 170+200+139=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 200 (78.52% from 255 or 39.29% from 509); Blue value is 139 (54.69% from 255 or 27.31% from 509); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC88B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC88B is #553774. Grayscale: #B8B8B8. Windows color (decimal): -5584757 or 9160874. OLE color: 9160874.
HSL color Cylindrical-coordinate representation of color #AAC88B: hue angle of 89.51º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAC88B is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 200 | 139 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.22 |
| HSL | 89.51º | 0.36% | 0.66% | - |
| HSV(B) | 89.51º | 0.31% | 0.78% | - |
| XYZ | 41.89 | 51.72 | 32.2 | - |
| YUV | 184.08 | 102.56 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 139 | 0.15 | 0 | 0.30 | 0.22 | 89.51 | 0.36 | 0.66 |
| Hex | AA | C8 | 8B | F | 0 | 1E | 16 | 5A | 24 | 42 |
| Octal | 252 | 310 | 213 | 17 | 0 | 36 | 26 | 132 | 44 | 102 |
| Binary | 10101010 | 11001000 | 10001011 | 1111 | 0 | 11110 | 10110 | 1011010 | 100100 | 1000010 |
Color Harmonies of #AAC88B
Complementary color
Monochromatic Colors of #AAC88B
Black with #AAC88B
Text Example
Text Example
White with #AAC88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC88B; }
p { color: rgb(170,200,139); }
H1.HeaderClassName
{
color: #AAC88B;
}
.AnyTagClassName
{
color: #AAC88B;
}
</style>
background-color css
<style>
a { background-color: #AAC88B; }
a { background-color: rgb(170,200,139); }
div.DivClassName
{
background-color: #AAC88B;
}
.BgClassName
{
background-color: #AAC88B;
}
</style>
border-color css
<style>
span { border-color: #AAC88B; }
span { border-color: rgb(170,200,139); }
td.TdClassName
{
border-color: #AAC88B;
}
.TagClassName
{
border-color: #AAC88B;
}
</style>