Shades of Norway #A4B08F
Tints of Norway #A4B08F
RGB
CMYK
RGB Variations
Color information
#A4B08F (or 0xA4B08F) is known color: Norway. HEX triplet: A4, B0 and 8F. RGB value is (164,176,143). Sum of RGB (Red+Green+Blue) = 164+176+143=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 176 - color contains mainly: green. Hex color #A4B08F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4B08F is #5B4F70. Grayscale: #A8A8A8. Windows color (decimal): -5984113 or 9416868. OLE color: 9416868.
HSL color Cylindrical-coordinate representation of color #A4B08F: hue angle of 81.82º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A4B08F is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 176 | 143 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.31 |
| HSL | 81.82º | 0.17% | 0.63% | - |
| HSV(B) | 81.82º | 0.19% | 0.69% | - |
| XYZ | 35.79 | 40.93 | 32 | - |
| YUV | 168.65 | 113.52 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 176 | 143 | 0.07 | 0 | 0.19 | 0.31 | 81.82 | 0.17 | 0.63 |
| Hex | A4 | B0 | 8F | 7 | 0 | 13 | 1F | 52 | 11 | 3F |
| Octal | 244 | 260 | 217 | 7 | 0 | 23 | 37 | 122 | 21 | 77 |
| Binary | 10100100 | 10110000 | 10001111 | 111 | 0 | 10011 | 11111 | 1010010 | 10001 | 111111 |
Color Harmonies of #A4B08F
Complementary color
Monochromatic Colors of #A4B08F
Black with #A4B08F
Text Example
Text Example
White with #A4B08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B08F; }
p { color: rgb(164,176,143); }
H1.HeaderClassName
{
color: #A4B08F;
}
.AnyTagClassName
{
color: #A4B08F;
}
</style>
background-color css
<style>
a { background-color: #A4B08F; }
a { background-color: rgb(164,176,143); }
div.DivClassName
{
background-color: #A4B08F;
}
.BgClassName
{
background-color: #A4B08F;
}
</style>
border-color css
<style>
span { border-color: #A4B08F; }
span { border-color: rgb(164,176,143); }
td.TdClassName
{
border-color: #A4B08F;
}
.TagClassName
{
border-color: #A4B08F;
}
</style>