Shades of Norway #A5B28A
Tints of Norway #A5B28A
RGB
CMYK
RGB Variations
Color information
#A5B28A (or 0xA5B28A) is known color: Norway. HEX triplet: A5, B2 and 8A. RGB value is (165,178,138). Sum of RGB (Red+Green+Blue) = 165+178+138=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 178 (69.92% from 255 or 37.01% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 178 - color contains mainly: green. Hex color #A5B28A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B28A is #5A4D75. Grayscale: #A9A9A9. Windows color (decimal): -5918070 or 9089701. OLE color: 9089701.
HSL color Cylindrical-coordinate representation of color #A5B28A: hue angle of 79.5º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A5B28A is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 178 | 138 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.30 |
| HSL | 79.5º | 0.21% | 0.62% | - |
| HSV(B) | 79.5º | 0.22% | 0.7% | - |
| XYZ | 36.02 | 41.68 | 30.19 | - |
| YUV | 169.55 | 110.19 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 178 | 138 | 0.07 | 0 | 0.22 | 0.30 | 79.5 | 0.21 | 0.62 |
| Hex | A5 | B2 | 8A | 7 | 0 | 16 | 1E | 50 | 15 | 3E |
| Octal | 245 | 262 | 212 | 7 | 0 | 26 | 36 | 120 | 25 | 76 |
| Binary | 10100101 | 10110010 | 10001010 | 111 | 0 | 10110 | 11110 | 1010000 | 10101 | 111110 |
Color Harmonies of #A5B28A
Complementary color
Monochromatic Colors of #A5B28A
Black with #A5B28A
Text Example
Text Example
White with #A5B28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B28A; }
p { color: rgb(165,178,138); }
H1.HeaderClassName
{
color: #A5B28A;
}
.AnyTagClassName
{
color: #A5B28A;
}
</style>
background-color css
<style>
a { background-color: #A5B28A; }
a { background-color: rgb(165,178,138); }
div.DivClassName
{
background-color: #A5B28A;
}
.BgClassName
{
background-color: #A5B28A;
}
</style>
border-color css
<style>
span { border-color: #A5B28A; }
span { border-color: rgb(165,178,138); }
td.TdClassName
{
border-color: #A5B28A;
}
.TagClassName
{
border-color: #A5B28A;
}
</style>