Shades of Norway #A5B799
Tints of Norway #A5B799
RGB
CMYK
RGB Variations
Color information
#A5B799 (or 0xA5B799) is known color: Norway. HEX triplet: A5, B7 and 99. RGB value is (165,183,153). Sum of RGB (Red+Green+Blue) = 165+183+153=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 183 (71.88% from 255 or 36.53% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B799 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B799 is #5A4866. Grayscale: #AEAEAE. Windows color (decimal): -5916775 or 10074021. OLE color: 10074021.
HSL color Cylindrical-coordinate representation of color #A5B799: hue angle of 96º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A5B799 is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 183 | 153 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.28 |
| HSL | 96º | 0.17% | 0.66% | - |
| HSV(B) | 96º | 0.16% | 0.72% | - |
| XYZ | 38.2 | 44.17 | 36.65 | - |
| YUV | 174.2 | 116.04 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 183 | 153 | 0.10 | 0 | 0.16 | 0.28 | 96 | 0.17 | 0.66 |
| Hex | A5 | B7 | 99 | A | 0 | 10 | 1C | 60 | 11 | 42 |
| Octal | 245 | 267 | 231 | 12 | 0 | 20 | 34 | 140 | 21 | 102 |
| Binary | 10100101 | 10110111 | 10011001 | 1010 | 0 | 10000 | 11100 | 1100000 | 10001 | 1000010 |
Color Harmonies of #A5B799
Complementary color
Monochromatic Colors of #A5B799
Black with #A5B799
Text Example
Text Example
White with #A5B799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B799; }
p { color: rgb(165,183,153); }
H1.HeaderClassName
{
color: #A5B799;
}
.AnyTagClassName
{
color: #A5B799;
}
</style>
background-color css
<style>
a { background-color: #A5B799; }
a { background-color: rgb(165,183,153); }
div.DivClassName
{
background-color: #A5B799;
}
.BgClassName
{
background-color: #A5B799;
}
</style>
border-color css
<style>
span { border-color: #A5B799; }
span { border-color: rgb(165,183,153); }
td.TdClassName
{
border-color: #A5B799;
}
.TagClassName
{
border-color: #A5B799;
}
</style>