Shades of Norway #A8B792
Tints of Norway #A8B792
RGB
CMYK
RGB Variations
Color information
#A8B792 (or 0xA8B792) is known color: Norway. HEX triplet: A8, B7 and 92. RGB value is (168,183,146). Sum of RGB (Red+Green+Blue) = 168+183+146=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 183 (71.88% from 255 or 36.82% from 497); Blue value is 146 (57.42% from 255 or 29.38% from 497); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B792 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B792 is #57486D. Grayscale: #AEAEAE. Windows color (decimal): -5720174 or 9615272. OLE color: 9615272.
HSL color Cylindrical-coordinate representation of color #A8B792: hue angle of 84.32º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8B792 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 183 | 146 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.28 |
| HSL | 84.32º | 0.2% | 0.65% | - |
| HSV(B) | 84.32º | 0.2% | 0.72% | - |
| XYZ | 38.27 | 44.27 | 33.72 | - |
| YUV | 174.3 | 112.03 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 183 | 146 | 0.08 | 0 | 0.20 | 0.28 | 84.32 | 0.2 | 0.65 |
| Hex | A8 | B7 | 92 | 8 | 0 | 14 | 1C | 54 | 14 | 41 |
| Octal | 250 | 267 | 222 | 10 | 0 | 24 | 34 | 124 | 24 | 101 |
| Binary | 10101000 | 10110111 | 10010010 | 1000 | 0 | 10100 | 11100 | 1010100 | 10100 | 1000001 |
Color Harmonies of #A8B792
Complementary color
Monochromatic Colors of #A8B792
Black with #A8B792
Text Example
Text Example
White with #A8B792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B792; }
p { color: rgb(168,183,146); }
H1.HeaderClassName
{
color: #A8B792;
}
.AnyTagClassName
{
color: #A8B792;
}
</style>
background-color css
<style>
a { background-color: #A8B792; }
a { background-color: rgb(168,183,146); }
div.DivClassName
{
background-color: #A8B792;
}
.BgClassName
{
background-color: #A8B792;
}
</style>
border-color css
<style>
span { border-color: #A8B792; }
span { border-color: rgb(168,183,146); }
td.TdClassName
{
border-color: #A8B792;
}
.TagClassName
{
border-color: #A8B792;
}
</style>