Shades of Norway #A4B88F
Tints of Norway #A4B88F
RGB
CMYK
RGB Variations
Color information
#A4B88F (or 0xA4B88F) is known color: Norway. HEX triplet: A4, B8 and 8F. RGB value is (164,184,143). Sum of RGB (Red+Green+Blue) = 164+184+143=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 184 (72.27% from 255 or 37.47% from 491); Blue value is 143 (56.25% from 255 or 29.12% from 491); Max value from RGB is 184 - color contains mainly: green. Hex color #A4B88F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B88F is #5B4770. Grayscale: #ADADAD. Windows color (decimal): -5982065 or 9418916. OLE color: 9418916.
HSL color Cylindrical-coordinate representation of color #A4B88F: hue angle of 89.27º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4B88F is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 184 | 143 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.28 |
| HSL | 89.27º | 0.22% | 0.64% | - |
| HSV(B) | 89.27º | 0.22% | 0.72% | - |
| XYZ | 37.41 | 44.16 | 32.54 | - |
| YUV | 173.35 | 110.87 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 184 | 143 | 0.11 | 0 | 0.22 | 0.28 | 89.27 | 0.22 | 0.64 |
| Hex | A4 | B8 | 8F | B | 0 | 16 | 1C | 59 | 16 | 40 |
| Octal | 244 | 270 | 217 | 13 | 0 | 26 | 34 | 131 | 26 | 100 |
| Binary | 10100100 | 10111000 | 10001111 | 1011 | 0 | 10110 | 11100 | 1011001 | 10110 | 1000000 |
Color Harmonies of #A4B88F
Complementary color
Monochromatic Colors of #A4B88F
Black with #A4B88F
Text Example
Text Example
White with #A4B88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B88F; }
p { color: rgb(164,184,143); }
H1.HeaderClassName
{
color: #A4B88F;
}
.AnyTagClassName
{
color: #A4B88F;
}
</style>
background-color css
<style>
a { background-color: #A4B88F; }
a { background-color: rgb(164,184,143); }
div.DivClassName
{
background-color: #A4B88F;
}
.BgClassName
{
background-color: #A4B88F;
}
</style>
border-color css
<style>
span { border-color: #A4B88F; }
span { border-color: rgb(164,184,143); }
td.TdClassName
{
border-color: #A4B88F;
}
.TagClassName
{
border-color: #A4B88F;
}
</style>