Shades of Norway #AAC68B
Tints of Norway #AAC68B
RGB
CMYK
RGB Variations
Color information
#AAC68B (or 0xAAC68B) is known color: Norway. HEX triplet: AA, C6 and 8B. RGB value is (170,198,139). Sum of RGB (Red+Green+Blue) = 170+198+139=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 198 (77.73% from 255 or 39.05% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC68B is #553974. Grayscale: #B7B7B7. Windows color (decimal): -5585269 or 9160362. OLE color: 9160362.
HSL color Cylindrical-coordinate representation of color #AAC68B: hue angle of 88.47º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAC68B is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 198 | 139 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.22 |
| HSL | 88.47º | 0.34% | 0.66% | - |
| HSV(B) | 88.47º | 0.3% | 0.78% | - |
| XYZ | 41.43 | 50.8 | 32.05 | - |
| YUV | 182.9 | 103.22 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 198 | 139 | 0.14 | 0 | 0.30 | 0.22 | 88.47 | 0.34 | 0.66 |
| Hex | AA | C6 | 8B | E | 0 | 1E | 16 | 58 | 22 | 42 |
| Octal | 252 | 306 | 213 | 16 | 0 | 36 | 26 | 130 | 42 | 102 |
| Binary | 10101010 | 11000110 | 10001011 | 1110 | 0 | 11110 | 10110 | 1011000 | 100010 | 1000010 |
Color Harmonies of #AAC68B
Complementary color
Monochromatic Colors of #AAC68B
Black with #AAC68B
Text Example
Text Example
White with #AAC68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC68B; }
p { color: rgb(170,198,139); }
H1.HeaderClassName
{
color: #AAC68B;
}
.AnyTagClassName
{
color: #AAC68B;
}
</style>
background-color css
<style>
a { background-color: #AAC68B; }
a { background-color: rgb(170,198,139); }
div.DivClassName
{
background-color: #AAC68B;
}
.BgClassName
{
background-color: #AAC68B;
}
</style>
border-color css
<style>
span { border-color: #AAC68B; }
span { border-color: rgb(170,198,139); }
td.TdClassName
{
border-color: #AAC68B;
}
.TagClassName
{
border-color: #AAC68B;
}
</style>