Shades of Norway #AAC68F
Tints of Norway #AAC68F
RGB
CMYK
RGB Variations
Color information
#AAC68F (or 0xAAC68F) is known color: Norway. HEX triplet: AA, C6 and 8F. RGB value is (170,198,143). Sum of RGB (Red+Green+Blue) = 170+198+143=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 198 (77.73% from 255 or 38.75% from 511); Blue value is 143 (56.25% from 255 or 27.98% from 511); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC68F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC68F is #553970. Grayscale: #B7B7B7. Windows color (decimal): -5585265 or 9422506. OLE color: 9422506.
HSL color Cylindrical-coordinate representation of color #AAC68F: hue angle of 90.55º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAC68F is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 198 | 143 | - |
| CMYK | 0.14 | 0 | 0.28 | 0.22 |
| HSL | 90.55º | 0.33% | 0.67% | - |
| HSV(B) | 90.55º | 0.28% | 0.78% | - |
| XYZ | 41.73 | 50.92 | 33.62 | - |
| YUV | 183.36 | 105.22 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 198 | 143 | 0.14 | 0 | 0.28 | 0.22 | 90.55 | 0.33 | 0.67 |
| Hex | AA | C6 | 8F | E | 0 | 1C | 16 | 5B | 21 | 43 |
| Octal | 252 | 306 | 217 | 16 | 0 | 34 | 26 | 133 | 41 | 103 |
| Binary | 10101010 | 11000110 | 10001111 | 1110 | 0 | 11100 | 10110 | 1011011 | 100001 | 1000011 |
Color Harmonies of #AAC68F
Complementary color
Monochromatic Colors of #AAC68F
Black with #AAC68F
Text Example
Text Example
White with #AAC68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC68F; }
p { color: rgb(170,198,143); }
H1.HeaderClassName
{
color: #AAC68F;
}
.AnyTagClassName
{
color: #AAC68F;
}
</style>
background-color css
<style>
a { background-color: #AAC68F; }
a { background-color: rgb(170,198,143); }
div.DivClassName
{
background-color: #AAC68F;
}
.BgClassName
{
background-color: #AAC68F;
}
</style>
border-color css
<style>
span { border-color: #AAC68F; }
span { border-color: rgb(170,198,143); }
td.TdClassName
{
border-color: #AAC68F;
}
.TagClassName
{
border-color: #AAC68F;
}
</style>