Shades of Norway #A3B692
Tints of Norway #A3B692
RGB
CMYK
RGB Variations
Color information
#A3B692 (or 0xA3B692) is known color: Norway. HEX triplet: A3, B6 and 92. RGB value is (163,182,146). Sum of RGB (Red+Green+Blue) = 163+182+146=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 182 (71.48% from 255 or 37.07% from 491); Blue value is 146 (57.42% from 255 or 29.74% from 491); Max value from RGB is 182 - color contains mainly: green. Hex color #A3B692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B692 is #5C496D. Grayscale: #ACACAC. Windows color (decimal): -6048110 or 9615011. OLE color: 9615011.
HSL color Cylindrical-coordinate representation of color #A3B692: hue angle of 91.67º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3B692 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 182 | 146 | - |
| CMYK | 0.10 | 0 | 0.20 | 0.29 |
| HSL | 91.67º | 0.2% | 0.64% | - |
| HSV(B) | 91.67º | 0.2% | 0.71% | - |
| XYZ | 37.02 | 43.32 | 33.6 | - |
| YUV | 172.22 | 113.21 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 182 | 146 | 0.10 | 0 | 0.20 | 0.29 | 91.67 | 0.2 | 0.64 |
| Hex | A3 | B6 | 92 | A | 0 | 14 | 1D | 5C | 14 | 40 |
| Octal | 243 | 266 | 222 | 12 | 0 | 24 | 35 | 134 | 24 | 100 |
| Binary | 10100011 | 10110110 | 10010010 | 1010 | 0 | 10100 | 11101 | 1011100 | 10100 | 1000000 |
Color Harmonies of #A3B692
Complementary color
Monochromatic Colors of #A3B692
Black with #A3B692
Text Example
Text Example
White with #A3B692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B692; }
p { color: rgb(163,182,146); }
H1.HeaderClassName
{
color: #A3B692;
}
.AnyTagClassName
{
color: #A3B692;
}
</style>
background-color css
<style>
a { background-color: #A3B692; }
a { background-color: rgb(163,182,146); }
div.DivClassName
{
background-color: #A3B692;
}
.BgClassName
{
background-color: #A3B692;
}
</style>
border-color css
<style>
span { border-color: #A3B692; }
span { border-color: rgb(163,182,146); }
td.TdClassName
{
border-color: #A3B692;
}
.TagClassName
{
border-color: #A3B692;
}
</style>