Shades of Norway #ADBA9C
Tints of Norway #ADBA9C
RGB
CMYK
RGB Variations
Color information
#ADBA9C (or 0xADBA9C) is known color: Norway. HEX triplet: AD, BA and 9C. RGB value is (173,186,156). Sum of RGB (Red+Green+Blue) = 173+186+156=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 156 (61.33% from 255 or 30.29% from 515); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBA9C is #524563. Grayscale: #B2B2B2. Windows color (decimal): -5391716 or 10271405. OLE color: 10271405.
HSL color Cylindrical-coordinate representation of color #ADBA9C: hue angle of 86º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADBA9C is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 156 | - |
| CMYK | 0.07 | 0 | 0.16 | 0.27 |
| HSL | 86º | 0.18% | 0.67% | - |
| HSV(B) | 86º | 0.16% | 0.73% | - |
| XYZ | 40.79 | 46.4 | 38.26 | - |
| YUV | 178.69 | 115.19 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 156 | 0.07 | 0 | 0.16 | 0.27 | 86 | 0.18 | 0.67 |
| Hex | AD | BA | 9C | 7 | 0 | 10 | 1B | 56 | 12 | 43 |
| Octal | 255 | 272 | 234 | 7 | 0 | 20 | 33 | 126 | 22 | 103 |
| Binary | 10101101 | 10111010 | 10011100 | 111 | 0 | 10000 | 11011 | 1010110 | 10010 | 1000011 |
Color Harmonies of #ADBA9C
Complementary color
Monochromatic Colors of #ADBA9C
Black with #ADBA9C
Text Example
Text Example
White with #ADBA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA9C; }
p { color: rgb(173,186,156); }
H1.HeaderClassName
{
color: #ADBA9C;
}
.AnyTagClassName
{
color: #ADBA9C;
}
</style>
background-color css
<style>
a { background-color: #ADBA9C; }
a { background-color: rgb(173,186,156); }
div.DivClassName
{
background-color: #ADBA9C;
}
.BgClassName
{
background-color: #ADBA9C;
}
</style>
border-color css
<style>
span { border-color: #ADBA9C; }
span { border-color: rgb(173,186,156); }
td.TdClassName
{
border-color: #ADBA9C;
}
.TagClassName
{
border-color: #ADBA9C;
}
</style>