Shades of Norway #ADBCA0
Tints of Norway #ADBCA0
RGB
CMYK
RGB Variations
Color information
#ADBCA0 (or 0xADBCA0) is known color: Norway. HEX triplet: AD, BC and A0. RGB value is (173,188,160). Sum of RGB (Red+Green+Blue) = 173+188+160=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 160 (62.89% from 255 or 30.71% from 521); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBCA0 is #52435F. Grayscale: #B4B4B4. Windows color (decimal): -5391200 or 10534061. OLE color: 10534061.
HSL color Cylindrical-coordinate representation of color #ADBCA0: hue angle of 92.14º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADBCA0 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 160 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.26 |
| HSL | 92.14º | 0.17% | 0.68% | - |
| HSV(B) | 92.14º | 0.15% | 0.74% | - |
| XYZ | 41.56 | 47.39 | 40.21 | - |
| YUV | 180.32 | 116.53 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 160 | 0.08 | 0 | 0.15 | 0.26 | 92.14 | 0.17 | 0.68 |
| Hex | AD | BC | A0 | 8 | 0 | F | 1A | 5C | 11 | 44 |
| Octal | 255 | 274 | 240 | 10 | 0 | 17 | 32 | 134 | 21 | 104 |
| Binary | 10101101 | 10111100 | 10100000 | 1000 | 0 | 1111 | 11010 | 1011100 | 10001 | 1000100 |
Color Harmonies of #ADBCA0
Complementary color
Monochromatic Colors of #ADBCA0
Black with #ADBCA0
Text Example
Text Example
White with #ADBCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBCA0; }
p { color: rgb(173,188,160); }
H1.HeaderClassName
{
color: #ADBCA0;
}
.AnyTagClassName
{
color: #ADBCA0;
}
</style>
background-color css
<style>
a { background-color: #ADBCA0; }
a { background-color: rgb(173,188,160); }
div.DivClassName
{
background-color: #ADBCA0;
}
.BgClassName
{
background-color: #ADBCA0;
}
</style>
border-color css
<style>
span { border-color: #ADBCA0; }
span { border-color: rgb(173,188,160); }
td.TdClassName
{
border-color: #ADBCA0;
}
.TagClassName
{
border-color: #ADBCA0;
}
</style>