Shades of Norway #A4B38C
Tints of Norway #A4B38C
RGB
CMYK
RGB Variations
Color information
#A4B38C (or 0xA4B38C) is known color: Norway. HEX triplet: A4, B3 and 8C. RGB value is (164,179,140). Sum of RGB (Red+Green+Blue) = 164+179+140=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 179 - color contains mainly: green. Hex color #A4B38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B38C is #5B4C73. Grayscale: #AAAAAA. Windows color (decimal): -5983348 or 9221028. OLE color: 9221028.
HSL color Cylindrical-coordinate representation of color #A4B38C: hue angle of 83.08º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4B38C is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 164 | 179 | 140 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.30 |
| HSL | 83.08º | 0.2% | 0.63% | - |
| HSV(B) | 83.08º | 0.22% | 0.7% | - |
| XYZ | 36.16 | 42.03 | 31.02 | - |
| YUV | 170.07 | 111.03 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 179 | 140 | 0.08 | 0 | 0.22 | 0.30 | 83.08 | 0.2 | 0.63 |
| Hex | A4 | B3 | 8C | 8 | 0 | 16 | 1E | 53 | 14 | 3F |
| Octal | 244 | 263 | 214 | 10 | 0 | 26 | 36 | 123 | 24 | 77 |
| Binary | 10100100 | 10110011 | 10001100 | 1000 | 0 | 10110 | 11110 | 1010011 | 10100 | 111111 |
Color Harmonies of #A4B38C
Complementary color
Monochromatic Colors of #A4B38C
Black with #A4B38C
Text Example
Text Example
White with #A4B38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B38C; }
p { color: rgb(164,179,140); }
H1.HeaderClassName
{
color: #A4B38C;
}
.AnyTagClassName
{
color: #A4B38C;
}
</style>
background-color css
<style>
a { background-color: #A4B38C; }
a { background-color: rgb(164,179,140); }
div.DivClassName
{
background-color: #A4B38C;
}
.BgClassName
{
background-color: #A4B38C;
}
</style>
border-color css
<style>
span { border-color: #A4B38C; }
span { border-color: rgb(164,179,140); }
td.TdClassName
{
border-color: #A4B38C;
}
.TagClassName
{
border-color: #A4B38C;
}
</style>