Shades of Norway #A3B68F
Tints of Norway #A3B68F
RGB
CMYK
RGB Variations
Color information
#A3B68F (or 0xA3B68F) is known color: Norway. HEX triplet: A3, B6 and 8F. RGB value is (163,182,143). Sum of RGB (Red+Green+Blue) = 163+182+143=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 182 (71.48% from 255 or 37.30% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 182 - color contains mainly: green. Hex color #A3B68F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B68F is #5C4970. Grayscale: #ACACAC. Windows color (decimal): -6048113 or 9418403. OLE color: 9418403.
HSL color Cylindrical-coordinate representation of color #A3B68F: hue angle of 89.23º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3B68F is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 182 | 143 | - |
| CMYK | 0.10 | 0 | 0.21 | 0.29 |
| HSL | 89.23º | 0.21% | 0.64% | - |
| HSV(B) | 89.23º | 0.21% | 0.71% | - |
| XYZ | 36.79 | 43.23 | 32.39 | - |
| YUV | 171.87 | 111.71 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 182 | 143 | 0.10 | 0 | 0.21 | 0.29 | 89.23 | 0.21 | 0.64 |
| Hex | A3 | B6 | 8F | A | 0 | 15 | 1D | 59 | 15 | 40 |
| Octal | 243 | 266 | 217 | 12 | 0 | 25 | 35 | 131 | 25 | 100 |
| Binary | 10100011 | 10110110 | 10001111 | 1010 | 0 | 10101 | 11101 | 1011001 | 10101 | 1000000 |
Color Harmonies of #A3B68F
Complementary color
Monochromatic Colors of #A3B68F
Black with #A3B68F
Text Example
Text Example
White with #A3B68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B68F; }
p { color: rgb(163,182,143); }
H1.HeaderClassName
{
color: #A3B68F;
}
.AnyTagClassName
{
color: #A3B68F;
}
</style>
background-color css
<style>
a { background-color: #A3B68F; }
a { background-color: rgb(163,182,143); }
div.DivClassName
{
background-color: #A3B68F;
}
.BgClassName
{
background-color: #A3B68F;
}
</style>
border-color css
<style>
span { border-color: #A3B68F; }
span { border-color: rgb(163,182,143); }
td.TdClassName
{
border-color: #A3B68F;
}
.TagClassName
{
border-color: #A3B68F;
}
</style>