Shades of Norway #A5B599
Tints of Norway #A5B599
RGB
CMYK
RGB Variations
Color information
#A5B599 (or 0xA5B599) is known color: Norway. HEX triplet: A5, B5 and 99. RGB value is (165,181,153). Sum of RGB (Red+Green+Blue) = 165+181+153=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B599 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B599 is #5A4A66. Grayscale: #ADADAD. Windows color (decimal): -5917287 or 10073509. OLE color: 10073509.
HSL color Cylindrical-coordinate representation of color #A5B599: hue angle of 94.29º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A5B599 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 181 | 153 | - |
| CMYK | 0.09 | 0 | 0.15 | 0.29 |
| HSL | 94.29º | 0.16% | 0.65% | - |
| HSV(B) | 94.29º | 0.15% | 0.71% | - |
| XYZ | 37.79 | 43.35 | 36.51 | - |
| YUV | 173.02 | 116.7 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 181 | 153 | 0.09 | 0 | 0.15 | 0.29 | 94.29 | 0.16 | 0.65 |
| Hex | A5 | B5 | 99 | 9 | 0 | F | 1D | 5E | 10 | 41 |
| Octal | 245 | 265 | 231 | 11 | 0 | 17 | 35 | 136 | 20 | 101 |
| Binary | 10100101 | 10110101 | 10011001 | 1001 | 0 | 1111 | 11101 | 1011110 | 10000 | 1000001 |
Color Harmonies of #A5B599
Complementary color
Monochromatic Colors of #A5B599
Black with #A5B599
Text Example
Text Example
White with #A5B599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B599; }
p { color: rgb(165,181,153); }
H1.HeaderClassName
{
color: #A5B599;
}
.AnyTagClassName
{
color: #A5B599;
}
</style>
background-color css
<style>
a { background-color: #A5B599; }
a { background-color: rgb(165,181,153); }
div.DivClassName
{
background-color: #A5B599;
}
.BgClassName
{
background-color: #A5B599;
}
</style>
border-color css
<style>
span { border-color: #A5B599; }
span { border-color: rgb(165,181,153); }
td.TdClassName
{
border-color: #A5B599;
}
.TagClassName
{
border-color: #A5B599;
}
</style>