Shades of Norway #AAB88E
Tints of Norway #AAB88E
RGB
CMYK
RGB Variations
Color information
#AAB88E (or 0xAAB88E) is known color: Norway. HEX triplet: AA, B8 and 8E. RGB value is (170,184,142). Sum of RGB (Red+Green+Blue) = 170+184+142=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 142 (55.86% from 255 or 28.63% from 496); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB88E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB88E is #554771. Grayscale: #AFAFAF. Windows color (decimal): -5588850 or 9353386. OLE color: 9353386.
HSL color Cylindrical-coordinate representation of color #AAB88E: hue angle of 80º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAB88E is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 142 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.28 |
| HSL | 80º | 0.23% | 0.64% | - |
| HSV(B) | 80º | 0.23% | 0.72% | - |
| XYZ | 38.6 | 44.78 | 32.2 | - |
| YUV | 175.03 | 109.36 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 142 | 0.08 | 0 | 0.23 | 0.28 | 80 | 0.23 | 0.64 |
| Hex | AA | B8 | 8E | 8 | 0 | 17 | 1C | 50 | 17 | 40 |
| Octal | 252 | 270 | 216 | 10 | 0 | 27 | 34 | 120 | 27 | 100 |
| Binary | 10101010 | 10111000 | 10001110 | 1000 | 0 | 10111 | 11100 | 1010000 | 10111 | 1000000 |
Color Harmonies of #AAB88E
Complementary color
Monochromatic Colors of #AAB88E
Black with #AAB88E
Text Example
Text Example
White with #AAB88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB88E; }
p { color: rgb(170,184,142); }
H1.HeaderClassName
{
color: #AAB88E;
}
.AnyTagClassName
{
color: #AAB88E;
}
</style>
background-color css
<style>
a { background-color: #AAB88E; }
a { background-color: rgb(170,184,142); }
div.DivClassName
{
background-color: #AAB88E;
}
.BgClassName
{
background-color: #AAB88E;
}
</style>
border-color css
<style>
span { border-color: #AAB88E; }
span { border-color: rgb(170,184,142); }
td.TdClassName
{
border-color: #AAB88E;
}
.TagClassName
{
border-color: #AAB88E;
}
</style>