Shades of Norway #A0B38C
Tints of Norway #A0B38C
RGB
CMYK
RGB Variations
Color information
#A0B38C (or 0xA0B38C) is known color: Norway. HEX triplet: A0, B3 and 8C. RGB value is (160,179,140). Sum of RGB (Red+Green+Blue) = 160+179+140=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 179 (70.31% from 255 or 37.37% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B38C is #5F4C73. Grayscale: #A9A9A9. Windows color (decimal): -6245492 or 9221024. OLE color: 9221024.
HSL color Cylindrical-coordinate representation of color #A0B38C: hue angle of 89.23º 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 #A0B38C is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 179 | 140 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.30 |
| HSL | 89.23º | 0.2% | 0.63% | - |
| HSV(B) | 89.23º | 0.22% | 0.7% | - |
| XYZ | 35.35 | 41.61 | 30.98 | - |
| YUV | 168.87 | 111.71 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 179 | 140 | 0.11 | 0 | 0.22 | 0.30 | 89.23 | 0.2 | 0.63 |
| Hex | A0 | B3 | 8C | B | 0 | 16 | 1E | 59 | 14 | 3F |
| Octal | 240 | 263 | 214 | 13 | 0 | 26 | 36 | 131 | 24 | 77 |
| Binary | 10100000 | 10110011 | 10001100 | 1011 | 0 | 10110 | 11110 | 1011001 | 10100 | 111111 |
Color Harmonies of #A0B38C
Complementary color
Monochromatic Colors of #A0B38C
Black with #A0B38C
Text Example
Text Example
White with #A0B38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B38C; }
p { color: rgb(160,179,140); }
H1.HeaderClassName
{
color: #A0B38C;
}
.AnyTagClassName
{
color: #A0B38C;
}
</style>
background-color css
<style>
a { background-color: #A0B38C; }
a { background-color: rgb(160,179,140); }
div.DivClassName
{
background-color: #A0B38C;
}
.BgClassName
{
background-color: #A0B38C;
}
</style>
border-color css
<style>
span { border-color: #A0B38C; }
span { border-color: rgb(160,179,140); }
td.TdClassName
{
border-color: #A0B38C;
}
.TagClassName
{
border-color: #A0B38C;
}
</style>