Shades of Norway #AAC893
Tints of Norway #AAC893
RGB
CMYK
RGB Variations
Color information
#AAC893 (or 0xAAC893) is known color: Norway. HEX triplet: AA, C8 and 93. RGB value is (170,200,147). Sum of RGB (Red+Green+Blue) = 170+200+147=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 147 (57.81% from 255 or 28.43% from 517); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC893 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC893 is #55376C. Grayscale: #B9B9B9. Windows color (decimal): -5584749 or 9685162. OLE color: 9685162.
HSL color Cylindrical-coordinate representation of color #AAC893: hue angle of 93.96º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAC893 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 200 | 147 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.22 |
| HSL | 93.96º | 0.33% | 0.68% | - |
| HSV(B) | 93.96º | 0.27% | 0.78% | - |
| XYZ | 42.5 | 51.96 | 35.39 | - |
| YUV | 184.99 | 106.56 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 147 | 0.15 | 0 | 0.26 | 0.22 | 93.96 | 0.33 | 0.68 |
| Hex | AA | C8 | 93 | F | 0 | 1A | 16 | 5E | 21 | 44 |
| Octal | 252 | 310 | 223 | 17 | 0 | 32 | 26 | 136 | 41 | 104 |
| Binary | 10101010 | 11001000 | 10010011 | 1111 | 0 | 11010 | 10110 | 1011110 | 100001 | 1000100 |
Color Harmonies of #AAC893
Complementary color
Monochromatic Colors of #AAC893
Black with #AAC893
Text Example
Text Example
White with #AAC893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC893; }
p { color: rgb(170,200,147); }
H1.HeaderClassName
{
color: #AAC893;
}
.AnyTagClassName
{
color: #AAC893;
}
</style>
background-color css
<style>
a { background-color: #AAC893; }
a { background-color: rgb(170,200,147); }
div.DivClassName
{
background-color: #AAC893;
}
.BgClassName
{
background-color: #AAC893;
}
</style>
border-color css
<style>
span { border-color: #AAC893; }
span { border-color: rgb(170,200,147); }
td.TdClassName
{
border-color: #AAC893;
}
.TagClassName
{
border-color: #AAC893;
}
</style>