Shades of Norway #A5B28E
Tints of Norway #A5B28E
RGB
CMYK
RGB Variations
Color information
#A5B28E (or 0xA5B28E) is known color: Norway. HEX triplet: A5, B2 and 8E. RGB value is (165,178,142). Sum of RGB (Red+Green+Blue) = 165+178+142=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 178 - color contains mainly: green. Hex color #A5B28E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B28E is #5A4D71. Grayscale: #AAAAAA. Windows color (decimal): -5918066 or 9351845. OLE color: 9351845.
HSL color Cylindrical-coordinate representation of color #A5B28E: hue angle of 81.67º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5B28E is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 178 | 142 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.30 |
| HSL | 81.67º | 0.19% | 0.63% | - |
| HSV(B) | 81.67º | 0.2% | 0.7% | - |
| XYZ | 36.32 | 41.79 | 31.74 | - |
| YUV | 170.01 | 112.19 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 178 | 142 | 0.07 | 0 | 0.20 | 0.30 | 81.67 | 0.19 | 0.63 |
| Hex | A5 | B2 | 8E | 7 | 0 | 14 | 1E | 52 | 13 | 3F |
| Octal | 245 | 262 | 216 | 7 | 0 | 24 | 36 | 122 | 23 | 77 |
| Binary | 10100101 | 10110010 | 10001110 | 111 | 0 | 10100 | 11110 | 1010010 | 10011 | 111111 |
Color Harmonies of #A5B28E
Complementary color
Monochromatic Colors of #A5B28E
Black with #A5B28E
Text Example
Text Example
White with #A5B28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B28E; }
p { color: rgb(165,178,142); }
H1.HeaderClassName
{
color: #A5B28E;
}
.AnyTagClassName
{
color: #A5B28E;
}
</style>
background-color css
<style>
a { background-color: #A5B28E; }
a { background-color: rgb(165,178,142); }
div.DivClassName
{
background-color: #A5B28E;
}
.BgClassName
{
background-color: #A5B28E;
}
</style>
border-color css
<style>
span { border-color: #A5B28E; }
span { border-color: rgb(165,178,142); }
td.TdClassName
{
border-color: #A5B28E;
}
.TagClassName
{
border-color: #A5B28E;
}
</style>