Shades of Norway #A4B48A
Tints of Norway #A4B48A
RGB
CMYK
RGB Variations
Color information
#A4B48A (or 0xA4B48A) is known color: Norway. HEX triplet: A4, B4 and 8A. RGB value is (164,180,138). Sum of RGB (Red+Green+Blue) = 164+180+138=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 180 - color contains mainly: green. Hex color #A4B48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B48A is #5B4B75. Grayscale: #AAAAAA. Windows color (decimal): -5983094 or 9090212. OLE color: 9090212.
HSL color Cylindrical-coordinate representation of color #A4B48A: hue angle of 82.86º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4B48A is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 180 | 138 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.29 |
| HSL | 82.86º | 0.22% | 0.62% | - |
| HSV(B) | 82.86º | 0.23% | 0.71% | - |
| XYZ | 36.22 | 42.37 | 30.31 | - |
| YUV | 170.43 | 109.7 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 180 | 138 | 0.09 | 0 | 0.23 | 0.29 | 82.86 | 0.22 | 0.62 |
| Hex | A4 | B4 | 8A | 9 | 0 | 17 | 1D | 53 | 16 | 3E |
| Octal | 244 | 264 | 212 | 11 | 0 | 27 | 35 | 123 | 26 | 76 |
| Binary | 10100100 | 10110100 | 10001010 | 1001 | 0 | 10111 | 11101 | 1010011 | 10110 | 111110 |
Color Harmonies of #A4B48A
Complementary color
Monochromatic Colors of #A4B48A
Black with #A4B48A
Text Example
Text Example
White with #A4B48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B48A; }
p { color: rgb(164,180,138); }
H1.HeaderClassName
{
color: #A4B48A;
}
.AnyTagClassName
{
color: #A4B48A;
}
</style>
background-color css
<style>
a { background-color: #A4B48A; }
a { background-color: rgb(164,180,138); }
div.DivClassName
{
background-color: #A4B48A;
}
.BgClassName
{
background-color: #A4B48A;
}
</style>
border-color css
<style>
span { border-color: #A4B48A; }
span { border-color: rgb(164,180,138); }
td.TdClassName
{
border-color: #A4B48A;
}
.TagClassName
{
border-color: #A4B48A;
}
</style>