Shades of Norway #AEBB9B
Tints of Norway #AEBB9B
RGB
CMYK
RGB Variations
Color information
#AEBB9B (or 0xAEBB9B) is known color: Norway. HEX triplet: AE, BB and 9B. RGB value is (174,187,155). Sum of RGB (Red+Green+Blue) = 174+187+155=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 155 (60.94% from 255 or 30.04% from 516); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBB9B is #514464. Grayscale: #B3B3B3. Windows color (decimal): -5325925 or 10206126. OLE color: 10206126.
HSL color Cylindrical-coordinate representation of color #AEBB9B: hue angle of 84.38º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AEBB9B is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 187 | 155 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.27 |
| HSL | 84.38º | 0.19% | 0.67% | - |
| HSV(B) | 84.38º | 0.17% | 0.73% | - |
| XYZ | 41.14 | 46.91 | 37.9 | - |
| YUV | 179.47 | 114.19 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 187 | 155 | 0.07 | 0 | 0.17 | 0.27 | 84.38 | 0.19 | 0.67 |
| Hex | AE | BB | 9B | 7 | 0 | 11 | 1B | 54 | 13 | 43 |
| Octal | 256 | 273 | 233 | 7 | 0 | 21 | 33 | 124 | 23 | 103 |
| Binary | 10101110 | 10111011 | 10011011 | 111 | 0 | 10001 | 11011 | 1010100 | 10011 | 1000011 |
Color Harmonies of #AEBB9B
Complementary color
Monochromatic Colors of #AEBB9B
Black with #AEBB9B
Text Example
Text Example
White with #AEBB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBB9B; }
p { color: rgb(174,187,155); }
H1.HeaderClassName
{
color: #AEBB9B;
}
.AnyTagClassName
{
color: #AEBB9B;
}
</style>
background-color css
<style>
a { background-color: #AEBB9B; }
a { background-color: rgb(174,187,155); }
div.DivClassName
{
background-color: #AEBB9B;
}
.BgClassName
{
background-color: #AEBB9B;
}
</style>
border-color css
<style>
span { border-color: #AEBB9B; }
span { border-color: rgb(174,187,155); }
td.TdClassName
{
border-color: #AEBB9B;
}
.TagClassName
{
border-color: #AEBB9B;
}
</style>