Shades of Norway #AAC09B
Tints of Norway #AAC09B
RGB
CMYK
RGB Variations
Color information
#AAC09B (or 0xAAC09B) is known color: Norway. HEX triplet: AA, C0 and 9B. RGB value is (170,192,155). Sum of RGB (Red+Green+Blue) = 170+192+155=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 155 (60.94% from 255 or 29.98% from 517); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC09B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC09B is #553F64. Grayscale: #B5B5B5. Windows color (decimal): -5586789 or 10207402. OLE color: 10207402.
HSL color Cylindrical-coordinate representation of color #AAC09B: hue angle of 95.68º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAC09B is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 192 | 155 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.25 |
| HSL | 95.68º | 0.23% | 0.68% | - |
| HSV(B) | 95.68º | 0.19% | 0.75% | - |
| XYZ | 41.34 | 48.61 | 38.21 | - |
| YUV | 181.2 | 113.21 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 155 | 0.11 | 0 | 0.19 | 0.25 | 95.68 | 0.23 | 0.68 |
| Hex | AA | C0 | 9B | B | 0 | 13 | 19 | 60 | 17 | 44 |
| Octal | 252 | 300 | 233 | 13 | 0 | 23 | 31 | 140 | 27 | 104 |
| Binary | 10101010 | 11000000 | 10011011 | 1011 | 0 | 10011 | 11001 | 1100000 | 10111 | 1000100 |
Color Harmonies of #AAC09B
Complementary color
Monochromatic Colors of #AAC09B
Black with #AAC09B
Text Example
Text Example
White with #AAC09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC09B; }
p { color: rgb(170,192,155); }
H1.HeaderClassName
{
color: #AAC09B;
}
.AnyTagClassName
{
color: #AAC09B;
}
</style>
background-color css
<style>
a { background-color: #AAC09B; }
a { background-color: rgb(170,192,155); }
div.DivClassName
{
background-color: #AAC09B;
}
.BgClassName
{
background-color: #AAC09B;
}
</style>
border-color css
<style>
span { border-color: #AAC09B; }
span { border-color: rgb(170,192,155); }
td.TdClassName
{
border-color: #AAC09B;
}
.TagClassName
{
border-color: #AAC09B;
}
</style>