Shades of Norway #A4B38A
Tints of Norway #A4B38A
RGB
CMYK
RGB Variations
Color information
#A4B38A (or 0xA4B38A) is known color: Norway. HEX triplet: A4, B3 and 8A. RGB value is (164,179,138). Sum of RGB (Red+Green+Blue) = 164+179+138=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 179 - color contains mainly: green. Hex color #A4B38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B38A is #5B4C75. Grayscale: #A9A9A9. Windows color (decimal): -5983350 or 9089956. OLE color: 9089956.
HSL color Cylindrical-coordinate representation of color #A4B38A: hue angle of 81.95º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4B38A is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 164 | 179 | 138 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.30 |
| HSL | 81.95º | 0.21% | 0.62% | - |
| HSV(B) | 81.95º | 0.23% | 0.7% | - |
| XYZ | 36.02 | 41.97 | 30.25 | - |
| YUV | 169.84 | 110.03 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 179 | 138 | 0.08 | 0 | 0.23 | 0.30 | 81.95 | 0.21 | 0.62 |
| Hex | A4 | B3 | 8A | 8 | 0 | 17 | 1E | 52 | 15 | 3E |
| Octal | 244 | 263 | 212 | 10 | 0 | 27 | 36 | 122 | 25 | 76 |
| Binary | 10100100 | 10110011 | 10001010 | 1000 | 0 | 10111 | 11110 | 1010010 | 10101 | 111110 |
Color Harmonies of #A4B38A
Complementary color
Monochromatic Colors of #A4B38A
Black with #A4B38A
Text Example
Text Example
White with #A4B38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B38A; }
p { color: rgb(164,179,138); }
H1.HeaderClassName
{
color: #A4B38A;
}
.AnyTagClassName
{
color: #A4B38A;
}
</style>
background-color css
<style>
a { background-color: #A4B38A; }
a { background-color: rgb(164,179,138); }
div.DivClassName
{
background-color: #A4B38A;
}
.BgClassName
{
background-color: #A4B38A;
}
</style>
border-color css
<style>
span { border-color: #A4B38A; }
span { border-color: rgb(164,179,138); }
td.TdClassName
{
border-color: #A4B38A;
}
.TagClassName
{
border-color: #A4B38A;
}
</style>