Shades of Norway #A7B88F
Tints of Norway #A7B88F
RGB
CMYK
RGB Variations
Color information
#A7B88F (or 0xA7B88F) is known color: Norway. HEX triplet: A7, B8 and 8F. RGB value is (167,184,143). Sum of RGB (Red+Green+Blue) = 167+184+143=494 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.81% from 494); Green value is 184 (72.27% from 255 or 37.25% from 494); Blue value is 143 (56.25% from 255 or 28.95% from 494); Max value from RGB is 184 - color contains mainly: green. Hex color #A7B88F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B88F is #584770. Grayscale: #AEAEAE. Windows color (decimal): -5785457 or 9418919. OLE color: 9418919.
HSL color Cylindrical-coordinate representation of color #A7B88F: hue angle of 84.88º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A7B88F is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 184 | 143 | - |
| CMYK | 0.09 | 0 | 0.22 | 0.28 |
| HSL | 84.88º | 0.22% | 0.64% | - |
| HSV(B) | 84.88º | 0.22% | 0.72% | - |
| XYZ | 38.03 | 44.48 | 32.57 | - |
| YUV | 174.24 | 110.37 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 184 | 143 | 0.09 | 0 | 0.22 | 0.28 | 84.88 | 0.22 | 0.64 |
| Hex | A7 | B8 | 8F | 9 | 0 | 16 | 1C | 55 | 16 | 40 |
| Octal | 247 | 270 | 217 | 11 | 0 | 26 | 34 | 125 | 26 | 100 |
| Binary | 10100111 | 10111000 | 10001111 | 1001 | 0 | 10110 | 11100 | 1010101 | 10110 | 1000000 |
Color Harmonies of #A7B88F
Complementary color
Monochromatic Colors of #A7B88F
Black with #A7B88F
Text Example
Text Example
White with #A7B88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B88F; }
p { color: rgb(167,184,143); }
H1.HeaderClassName
{
color: #A7B88F;
}
.AnyTagClassName
{
color: #A7B88F;
}
</style>
background-color css
<style>
a { background-color: #A7B88F; }
a { background-color: rgb(167,184,143); }
div.DivClassName
{
background-color: #A7B88F;
}
.BgClassName
{
background-color: #A7B88F;
}
</style>
border-color css
<style>
span { border-color: #A7B88F; }
span { border-color: rgb(167,184,143); }
td.TdClassName
{
border-color: #A7B88F;
}
.TagClassName
{
border-color: #A7B88F;
}
</style>