Shades of Norway #A5B29B
Tints of Norway #A5B29B
RGB
CMYK
RGB Variations
Color information
#A5B29B (or 0xA5B29B) is known color: Norway. HEX triplet: A5, B2 and 9B. RGB value is (165,178,155). Sum of RGB (Red+Green+Blue) = 165+178+155=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 178 - color contains mainly: green. Hex color #A5B29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B29B is #5A4D64. Grayscale: #ABABAB. Windows color (decimal): -5918053 or 10203813. OLE color: 10203813.
HSL color Cylindrical-coordinate representation of color #A5B29B: hue angle of 93.91º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A5B29B is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 178 | 155 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.30 |
| HSL | 93.91º | 0.13% | 0.65% | - |
| HSV(B) | 93.91º | 0.13% | 0.7% | - |
| XYZ | 37.35 | 42.21 | 37.19 | - |
| YUV | 171.49 | 118.69 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 178 | 155 | 0.07 | 0 | 0.13 | 0.30 | 93.91 | 0.13 | 0.65 |
| Hex | A5 | B2 | 9B | 7 | 0 | D | 1E | 5E | D | 41 |
| Octal | 245 | 262 | 233 | 7 | 0 | 15 | 36 | 136 | 15 | 101 |
| Binary | 10100101 | 10110010 | 10011011 | 111 | 0 | 1101 | 11110 | 1011110 | 1101 | 1000001 |
Color Harmonies of #A5B29B
Complementary color
Monochromatic Colors of #A5B29B
Black with #A5B29B
Text Example
Text Example
White with #A5B29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B29B; }
p { color: rgb(165,178,155); }
H1.HeaderClassName
{
color: #A5B29B;
}
.AnyTagClassName
{
color: #A5B29B;
}
</style>
background-color css
<style>
a { background-color: #A5B29B; }
a { background-color: rgb(165,178,155); }
div.DivClassName
{
background-color: #A5B29B;
}
.BgClassName
{
background-color: #A5B29B;
}
</style>
border-color css
<style>
span { border-color: #A5B29B; }
span { border-color: rgb(165,178,155); }
td.TdClassName
{
border-color: #A5B29B;
}
.TagClassName
{
border-color: #A5B29B;
}
</style>