Shades of Norway #AEC195
Tints of Norway #AEC195
RGB
CMYK
RGB Variations
Color information
#AEC195 (or 0xAEC195) is known color: Norway. HEX triplet: AE, C1 and 95. RGB value is (174,193,149). Sum of RGB (Red+Green+Blue) = 174+193+149=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC195 is #513E6A. Grayscale: #B6B6B6. Windows color (decimal): -5324395 or 9814446. OLE color: 9814446.
HSL color Cylindrical-coordinate representation of color #AEC195: hue angle of 85.91º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEC195 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 193 | 149 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.24 |
| HSL | 85.91º | 0.26% | 0.67% | - |
| HSV(B) | 85.91º | 0.23% | 0.76% | - |
| XYZ | 41.95 | 49.31 | 35.74 | - |
| YUV | 182.3 | 109.21 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 193 | 149 | 0.10 | 0 | 0.23 | 0.24 | 85.91 | 0.26 | 0.67 |
| Hex | AE | C1 | 95 | A | 0 | 17 | 18 | 56 | 1A | 43 |
| Octal | 256 | 301 | 225 | 12 | 0 | 27 | 30 | 126 | 32 | 103 |
| Binary | 10101110 | 11000001 | 10010101 | 1010 | 0 | 10111 | 11000 | 1010110 | 11010 | 1000011 |
Color Harmonies of #AEC195
Complementary color
Monochromatic Colors of #AEC195
Black with #AEC195
Text Example
Text Example
White with #AEC195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC195; }
p { color: rgb(174,193,149); }
H1.HeaderClassName
{
color: #AEC195;
}
.AnyTagClassName
{
color: #AEC195;
}
</style>
background-color css
<style>
a { background-color: #AEC195; }
a { background-color: rgb(174,193,149); }
div.DivClassName
{
background-color: #AEC195;
}
.BgClassName
{
background-color: #AEC195;
}
</style>
border-color css
<style>
span { border-color: #AEC195; }
span { border-color: rgb(174,193,149); }
td.TdClassName
{
border-color: #AEC195;
}
.TagClassName
{
border-color: #AEC195;
}
</style>