Shades of Norway #AAC28C
Tints of Norway #AAC28C
RGB
CMYK
RGB Variations
Color information
#AAC28C (or 0xAAC28C) is known color: Norway. HEX triplet: AA, C2 and 8C. RGB value is (170,194,140). Sum of RGB (Red+Green+Blue) = 170+194+140=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC28C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC28C is #553D73. Grayscale: #B4B4B4. Windows color (decimal): -5586292 or 9224874. OLE color: 9224874.
HSL color Cylindrical-coordinate representation of color #AAC28C: hue angle of 86.67º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAC28C is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 194 | 140 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.24 |
| HSL | 86.67º | 0.31% | 0.65% | - |
| HSV(B) | 86.67º | 0.28% | 0.76% | - |
| XYZ | 40.6 | 49.02 | 32.13 | - |
| YUV | 180.67 | 105.05 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 194 | 140 | 0.12 | 0 | 0.28 | 0.24 | 86.67 | 0.31 | 0.65 |
| Hex | AA | C2 | 8C | C | 0 | 1C | 18 | 57 | 1F | 41 |
| Octal | 252 | 302 | 214 | 14 | 0 | 34 | 30 | 127 | 37 | 101 |
| Binary | 10101010 | 11000010 | 10001100 | 1100 | 0 | 11100 | 11000 | 1010111 | 11111 | 1000001 |
Color Harmonies of #AAC28C
Complementary color
Monochromatic Colors of #AAC28C
Black with #AAC28C
Text Example
Text Example
White with #AAC28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC28C; }
p { color: rgb(170,194,140); }
H1.HeaderClassName
{
color: #AAC28C;
}
.AnyTagClassName
{
color: #AAC28C;
}
</style>
background-color css
<style>
a { background-color: #AAC28C; }
a { background-color: rgb(170,194,140); }
div.DivClassName
{
background-color: #AAC28C;
}
.BgClassName
{
background-color: #AAC28C;
}
</style>
border-color css
<style>
span { border-color: #AAC28C; }
span { border-color: rgb(170,194,140); }
td.TdClassName
{
border-color: #AAC28C;
}
.TagClassName
{
border-color: #AAC28C;
}
</style>