Shades of Norway #A5B891
Tints of Norway #A5B891
RGB
CMYK
RGB Variations
Color information
#A5B891 (or 0xA5B891) is known color: Norway. HEX triplet: A5, B8 and 91. RGB value is (165,184,145). Sum of RGB (Red+Green+Blue) = 165+184+145=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 184 (72.27% from 255 or 37.25% from 494); Blue value is 145 (57.03% from 255 or 29.35% from 494); Max value from RGB is 184 - color contains mainly: green. Hex color #A5B891 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B891 is #5A476E. Grayscale: #AEAEAE. Windows color (decimal): -5916527 or 9549989. OLE color: 9549989.
HSL color Cylindrical-coordinate representation of color #A5B891: hue angle of 89.23º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5B891 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 184 | 145 | - |
| CMYK | 0.10 | 0 | 0.21 | 0.28 |
| HSL | 89.23º | 0.22% | 0.65% | - |
| HSV(B) | 89.23º | 0.21% | 0.72% | - |
| XYZ | 37.77 | 44.32 | 33.35 | - |
| YUV | 173.87 | 111.71 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 184 | 145 | 0.10 | 0 | 0.21 | 0.28 | 89.23 | 0.22 | 0.65 |
| Hex | A5 | B8 | 91 | A | 0 | 15 | 1C | 59 | 16 | 41 |
| Octal | 245 | 270 | 221 | 12 | 0 | 25 | 34 | 131 | 26 | 101 |
| Binary | 10100101 | 10111000 | 10010001 | 1010 | 0 | 10101 | 11100 | 1011001 | 10110 | 1000001 |
Color Harmonies of #A5B891
Complementary color
Monochromatic Colors of #A5B891
Black with #A5B891
Text Example
Text Example
White with #A5B891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B891; }
p { color: rgb(165,184,145); }
H1.HeaderClassName
{
color: #A5B891;
}
.AnyTagClassName
{
color: #A5B891;
}
</style>
background-color css
<style>
a { background-color: #A5B891; }
a { background-color: rgb(165,184,145); }
div.DivClassName
{
background-color: #A5B891;
}
.BgClassName
{
background-color: #A5B891;
}
</style>
border-color css
<style>
span { border-color: #A5B891; }
span { border-color: rgb(165,184,145); }
td.TdClassName
{
border-color: #A5B891;
}
.TagClassName
{
border-color: #A5B891;
}
</style>