Shades of Norway #A5B198
Tints of Norway #A5B198
RGB
CMYK
RGB Variations
Color information
#A5B198 (or 0xA5B198) is known color: Norway. HEX triplet: A5, B1 and 98. RGB value is (165,177,152). Sum of RGB (Red+Green+Blue) = 165+177+152=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 177 - color contains mainly: green. Hex color #A5B198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B198 is #5A4E67. Grayscale: #AAAAAA. Windows color (decimal): -5918312 or 10006949. OLE color: 10006949.
HSL color Cylindrical-coordinate representation of color #A5B198: hue angle of 88.8º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A5B198 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 177 | 152 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.31 |
| HSL | 88.8º | 0.14% | 0.65% | - |
| HSV(B) | 88.8º | 0.14% | 0.69% | - |
| XYZ | 36.91 | 41.71 | 35.81 | - |
| YUV | 170.56 | 117.52 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 177 | 152 | 0.07 | 0 | 0.14 | 0.31 | 88.8 | 0.14 | 0.65 |
| Hex | A5 | B1 | 98 | 7 | 0 | E | 1F | 59 | E | 41 |
| Octal | 245 | 261 | 230 | 7 | 0 | 16 | 37 | 131 | 16 | 101 |
| Binary | 10100101 | 10110001 | 10011000 | 111 | 0 | 1110 | 11111 | 1011001 | 1110 | 1000001 |
Color Harmonies of #A5B198
Complementary color
Monochromatic Colors of #A5B198
Black with #A5B198
Text Example
Text Example
White with #A5B198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B198; }
p { color: rgb(165,177,152); }
H1.HeaderClassName
{
color: #A5B198;
}
.AnyTagClassName
{
color: #A5B198;
}
</style>
background-color css
<style>
a { background-color: #A5B198; }
a { background-color: rgb(165,177,152); }
div.DivClassName
{
background-color: #A5B198;
}
.BgClassName
{
background-color: #A5B198;
}
</style>
border-color css
<style>
span { border-color: #A5B198; }
span { border-color: rgb(165,177,152); }
td.TdClassName
{
border-color: #A5B198;
}
.TagClassName
{
border-color: #A5B198;
}
</style>