Shades of Norway #AEBC9C
Tints of Norway #AEBC9C
RGB
CMYK
RGB Variations
Color information
#AEBC9C (or 0xAEBC9C) is known color: Norway. HEX triplet: AE, BC and 9C. RGB value is (174,188,156). Sum of RGB (Red+Green+Blue) = 174+188+156=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 156 (61.33% from 255 or 30.12% from 518); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBC9C is #514363. Grayscale: #B4B4B4. Windows color (decimal): -5325668 or 10271918. OLE color: 10271918.
HSL color Cylindrical-coordinate representation of color #AEBC9C: hue angle of 86.25º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AEBC9C is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 174 | 188 | 156 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.26 |
| HSL | 86.25º | 0.19% | 0.67% | - |
| HSV(B) | 86.25º | 0.17% | 0.74% | - |
| XYZ | 41.44 | 47.37 | 38.41 | - |
| YUV | 180.17 | 114.36 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 188 | 156 | 0.07 | 0 | 0.17 | 0.26 | 86.25 | 0.19 | 0.67 |
| Hex | AE | BC | 9C | 7 | 0 | 11 | 1A | 56 | 13 | 43 |
| Octal | 256 | 274 | 234 | 7 | 0 | 21 | 32 | 126 | 23 | 103 |
| Binary | 10101110 | 10111100 | 10011100 | 111 | 0 | 10001 | 11010 | 1010110 | 10011 | 1000011 |
Color Harmonies of #AEBC9C
Complementary color
Monochromatic Colors of #AEBC9C
Black with #AEBC9C
Text Example
Text Example
White with #AEBC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBC9C; }
p { color: rgb(174,188,156); }
H1.HeaderClassName
{
color: #AEBC9C;
}
.AnyTagClassName
{
color: #AEBC9C;
}
</style>
background-color css
<style>
a { background-color: #AEBC9C; }
a { background-color: rgb(174,188,156); }
div.DivClassName
{
background-color: #AEBC9C;
}
.BgClassName
{
background-color: #AEBC9C;
}
</style>
border-color css
<style>
span { border-color: #AEBC9C; }
span { border-color: rgb(174,188,156); }
td.TdClassName
{
border-color: #AEBC9C;
}
.TagClassName
{
border-color: #AEBC9C;
}
</style>