Shades of Norway #A8B699
Tints of Norway #A8B699
RGB
CMYK
RGB Variations
Color information
#A8B699 (or 0xA8B699) is known color: Norway. HEX triplet: A8, B6 and 99. RGB value is (168,182,153). Sum of RGB (Red+Green+Blue) = 168+182+153=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 182 (71.48% from 255 or 36.18% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B699 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B699 is #574966. Grayscale: #AEAEAE. Windows color (decimal): -5720423 or 10073768. OLE color: 10073768.
HSL color Cylindrical-coordinate representation of color #A8B699: hue angle of 88.97º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A8B699 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 182 | 153 | - |
| CMYK | 0.08 | 0 | 0.16 | 0.29 |
| HSL | 88.97º | 0.17% | 0.66% | - |
| HSV(B) | 88.97º | 0.16% | 0.71% | - |
| XYZ | 38.63 | 44.08 | 36.61 | - |
| YUV | 174.51 | 115.86 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 182 | 153 | 0.08 | 0 | 0.16 | 0.29 | 88.97 | 0.17 | 0.66 |
| Hex | A8 | B6 | 99 | 8 | 0 | 10 | 1D | 59 | 11 | 42 |
| Octal | 250 | 266 | 231 | 10 | 0 | 20 | 35 | 131 | 21 | 102 |
| Binary | 10101000 | 10110110 | 10011001 | 1000 | 0 | 10000 | 11101 | 1011001 | 10001 | 1000010 |
Color Harmonies of #A8B699
Complementary color
Monochromatic Colors of #A8B699
Black with #A8B699
Text Example
Text Example
White with #A8B699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B699; }
p { color: rgb(168,182,153); }
H1.HeaderClassName
{
color: #A8B699;
}
.AnyTagClassName
{
color: #A8B699;
}
</style>
background-color css
<style>
a { background-color: #A8B699; }
a { background-color: rgb(168,182,153); }
div.DivClassName
{
background-color: #A8B699;
}
.BgClassName
{
background-color: #A8B699;
}
</style>
border-color css
<style>
span { border-color: #A8B699; }
span { border-color: rgb(168,182,153); }
td.TdClassName
{
border-color: #A8B699;
}
.TagClassName
{
border-color: #A8B699;
}
</style>