Shades of Norway #A4B795
Tints of Norway #A4B795
RGB
CMYK
RGB Variations
Color information
#A4B795 (or 0xA4B795) is known color: Norway. HEX triplet: A4, B7 and 95. RGB value is (164,183,149). Sum of RGB (Red+Green+Blue) = 164+183+149=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 149 (58.59% from 255 or 30.04% from 496); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B795 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B795 is #5B486A. Grayscale: #ADADAD. Windows color (decimal): -5982315 or 9811876. OLE color: 9811876.
HSL color Cylindrical-coordinate representation of color #A4B795: hue angle of 93.53º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A4B795 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 183 | 149 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.28 |
| HSL | 93.53º | 0.19% | 0.65% | - |
| HSV(B) | 93.53º | 0.19% | 0.72% | - |
| XYZ | 37.67 | 43.93 | 34.93 | - |
| YUV | 173.44 | 114.21 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 183 | 149 | 0.10 | 0 | 0.19 | 0.28 | 93.53 | 0.19 | 0.65 |
| Hex | A4 | B7 | 95 | A | 0 | 13 | 1C | 5E | 13 | 41 |
| Octal | 244 | 267 | 225 | 12 | 0 | 23 | 34 | 136 | 23 | 101 |
| Binary | 10100100 | 10110111 | 10010101 | 1010 | 0 | 10011 | 11100 | 1011110 | 10011 | 1000001 |
Color Harmonies of #A4B795
Complementary color
Monochromatic Colors of #A4B795
Black with #A4B795
Text Example
Text Example
White with #A4B795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B795; }
p { color: rgb(164,183,149); }
H1.HeaderClassName
{
color: #A4B795;
}
.AnyTagClassName
{
color: #A4B795;
}
</style>
background-color css
<style>
a { background-color: #A4B795; }
a { background-color: rgb(164,183,149); }
div.DivClassName
{
background-color: #A4B795;
}
.BgClassName
{
background-color: #A4B795;
}
</style>
border-color css
<style>
span { border-color: #A4B795; }
span { border-color: rgb(164,183,149); }
td.TdClassName
{
border-color: #A4B795;
}
.TagClassName
{
border-color: #A4B795;
}
</style>