Shades of Norway #A9B693
Tints of Norway #A9B693
RGB
CMYK
RGB Variations
Color information
#A9B693 (or 0xA9B693) is known color: Norway. HEX triplet: A9, B6 and 93. RGB value is (169,182,147). Sum of RGB (Red+Green+Blue) = 169+182+147=498 (65% of max value = 765). Red value is 169 (66.41% from 255 or 33.94% from 498); Green value is 182 (71.48% from 255 or 36.55% from 498); Blue value is 147 (57.81% from 255 or 29.52% from 498); Max value from RGB is 182 - color contains mainly: green. Hex color #A9B693 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B693 is #56496C. Grayscale: #AEAEAE. Windows color (decimal): -5654893 or 9680553. OLE color: 9680553.
HSL color Cylindrical-coordinate representation of color #A9B693: hue angle of 82.29º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A9B693 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 182 | 147 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.29 |
| HSL | 82.29º | 0.19% | 0.65% | - |
| HSV(B) | 82.29º | 0.19% | 0.71% | - |
| XYZ | 38.36 | 44 | 34.07 | - |
| YUV | 174.12 | 112.69 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 182 | 147 | 0.07 | 0 | 0.19 | 0.29 | 82.29 | 0.19 | 0.65 |
| Hex | A9 | B6 | 93 | 7 | 0 | 13 | 1D | 52 | 13 | 41 |
| Octal | 251 | 266 | 223 | 7 | 0 | 23 | 35 | 122 | 23 | 101 |
| Binary | 10101001 | 10110110 | 10010011 | 111 | 0 | 10011 | 11101 | 1010010 | 10011 | 1000001 |
Color Harmonies of #A9B693
Complementary color
Monochromatic Colors of #A9B693
Black with #A9B693
Text Example
Text Example
White with #A9B693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B693; }
p { color: rgb(169,182,147); }
H1.HeaderClassName
{
color: #A9B693;
}
.AnyTagClassName
{
color: #A9B693;
}
</style>
background-color css
<style>
a { background-color: #A9B693; }
a { background-color: rgb(169,182,147); }
div.DivClassName
{
background-color: #A9B693;
}
.BgClassName
{
background-color: #A9B693;
}
</style>
border-color css
<style>
span { border-color: #A9B693; }
span { border-color: rgb(169,182,147); }
td.TdClassName
{
border-color: #A9B693;
}
.TagClassName
{
border-color: #A9B693;
}
</style>