Shades of Norway #AEBD99
Tints of Norway #AEBD99
RGB
CMYK
RGB Variations
Color information
#AEBD99 (or 0xAEBD99) is known color: Norway. HEX triplet: AE, BD and 99. RGB value is (174,189,153). Sum of RGB (Red+Green+Blue) = 174+189+153=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 153 (60.16% from 255 or 29.65% from 516); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBD99 is #514266. Grayscale: #B4B4B4. Windows color (decimal): -5325415 or 10075566. OLE color: 10075566.
HSL color Cylindrical-coordinate representation of color #AEBD99: hue angle of 85º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AEBD99 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 174 | 189 | 153 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.26 |
| HSL | 85º | 0.21% | 0.67% | - |
| HSV(B) | 85º | 0.19% | 0.74% | - |
| XYZ | 41.4 | 47.69 | 37.16 | - |
| YUV | 180.41 | 112.53 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 189 | 153 | 0.08 | 0 | 0.19 | 0.26 | 85 | 0.21 | 0.67 |
| Hex | AE | BD | 99 | 8 | 0 | 13 | 1A | 55 | 15 | 43 |
| Octal | 256 | 275 | 231 | 10 | 0 | 23 | 32 | 125 | 25 | 103 |
| Binary | 10101110 | 10111101 | 10011001 | 1000 | 0 | 10011 | 11010 | 1010101 | 10101 | 1000011 |
Color Harmonies of #AEBD99
Complementary color
Monochromatic Colors of #AEBD99
Black with #AEBD99
Text Example
Text Example
White with #AEBD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBD99; }
p { color: rgb(174,189,153); }
H1.HeaderClassName
{
color: #AEBD99;
}
.AnyTagClassName
{
color: #AEBD99;
}
</style>
background-color css
<style>
a { background-color: #AEBD99; }
a { background-color: rgb(174,189,153); }
div.DivClassName
{
background-color: #AEBD99;
}
.BgClassName
{
background-color: #AEBD99;
}
</style>
border-color css
<style>
span { border-color: #AEBD99; }
span { border-color: rgb(174,189,153); }
td.TdClassName
{
border-color: #AEBD99;
}
.TagClassName
{
border-color: #AEBD99;
}
</style>