Shades of Norway #A5B09E
Tints of Norway #A5B09E
RGB
CMYK
RGB Variations
Color information
#A5B09E (or 0xA5B09E) is known color: Norway. HEX triplet: A5, B0 and 9E. RGB value is (165,176,158). Sum of RGB (Red+Green+Blue) = 165+176+158=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 176 - color contains mainly: green. Hex color #A5B09E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B09E is #5A4F61. Grayscale: #AAAAAA. Windows color (decimal): -5918562 or 10399909. OLE color: 10399909.
HSL color Cylindrical-coordinate representation of color #A5B09E: hue angle of 96.67º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A5B09E is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 176 | 158 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.31 |
| HSL | 96.67º | 0.1% | 0.65% | - |
| HSV(B) | 96.67º | 0.1% | 0.69% | - |
| XYZ | 37.21 | 41.52 | 38.4 | - |
| YUV | 170.66 | 120.86 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 176 | 158 | 0.06 | 0 | 0.10 | 0.31 | 96.67 | 0.1 | 0.65 |
| Hex | A5 | B0 | 9E | 6 | 0 | A | 1F | 61 | A | 41 |
| Octal | 245 | 260 | 236 | 6 | 0 | 12 | 37 | 141 | 12 | 101 |
| Binary | 10100101 | 10110000 | 10011110 | 110 | 0 | 1010 | 11111 | 1100001 | 1010 | 1000001 |
Color Harmonies of #A5B09E
Complementary color
Monochromatic Colors of #A5B09E
Black with #A5B09E
Text Example
Text Example
White with #A5B09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B09E; }
p { color: rgb(165,176,158); }
H1.HeaderClassName
{
color: #A5B09E;
}
.AnyTagClassName
{
color: #A5B09E;
}
</style>
background-color css
<style>
a { background-color: #A5B09E; }
a { background-color: rgb(165,176,158); }
div.DivClassName
{
background-color: #A5B09E;
}
.BgClassName
{
background-color: #A5B09E;
}
</style>
border-color css
<style>
span { border-color: #A5B09E; }
span { border-color: rgb(165,176,158); }
td.TdClassName
{
border-color: #A5B09E;
}
.TagClassName
{
border-color: #A5B09E;
}
</style>