Shades of Norway #A5B393
Tints of Norway #A5B393
RGB
CMYK
RGB Variations
Color information
#A5B393 (or 0xA5B393) is known color: Norway. HEX triplet: A5, B3 and 93. RGB value is (165,179,147). Sum of RGB (Red+Green+Blue) = 165+179+147=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 179 - color contains mainly: green. Hex color #A5B393 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B393 is #5A4C6C. Grayscale: #ABABAB. Windows color (decimal): -5917805 or 9679781. OLE color: 9679781.
HSL color Cylindrical-coordinate representation of color #A5B393: hue angle of 86.25º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A5B393 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 179 | 147 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.30 |
| HSL | 86.25º | 0.17% | 0.64% | - |
| HSV(B) | 86.25º | 0.18% | 0.7% | - |
| XYZ | 36.9 | 42.35 | 33.83 | - |
| YUV | 171.17 | 114.36 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 179 | 147 | 0.08 | 0 | 0.18 | 0.30 | 86.25 | 0.17 | 0.64 |
| Hex | A5 | B3 | 93 | 8 | 0 | 12 | 1E | 56 | 11 | 40 |
| Octal | 245 | 263 | 223 | 10 | 0 | 22 | 36 | 126 | 21 | 100 |
| Binary | 10100101 | 10110011 | 10010011 | 1000 | 0 | 10010 | 11110 | 1010110 | 10001 | 1000000 |
Color Harmonies of #A5B393
Complementary color
Monochromatic Colors of #A5B393
Black with #A5B393
Text Example
Text Example
White with #A5B393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B393; }
p { color: rgb(165,179,147); }
H1.HeaderClassName
{
color: #A5B393;
}
.AnyTagClassName
{
color: #A5B393;
}
</style>
background-color css
<style>
a { background-color: #A5B393; }
a { background-color: rgb(165,179,147); }
div.DivClassName
{
background-color: #A5B393;
}
.BgClassName
{
background-color: #A5B393;
}
</style>
border-color css
<style>
span { border-color: #A5B393; }
span { border-color: rgb(165,179,147); }
td.TdClassName
{
border-color: #A5B393;
}
.TagClassName
{
border-color: #A5B393;
}
</style>