Shades of Norway #A9B69C
Tints of Norway #A9B69C
RGB
CMYK
RGB Variations
Color information
#A9B69C (or 0xA9B69C) is known color: Norway. HEX triplet: A9, B6 and 9C. RGB value is (169,182,156). Sum of RGB (Red+Green+Blue) = 169+182+156=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 182 (71.48% from 255 or 35.90% from 507); Blue value is 156 (61.33% from 255 or 30.77% from 507); Max value from RGB is 182 - color contains mainly: green. Hex color #A9B69C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B69C is #564963. Grayscale: #AFAFAF. Windows color (decimal): -5654884 or 10270377. OLE color: 10270377.
HSL color Cylindrical-coordinate representation of color #A9B69C: hue angle of 90º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A9B69C is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 182 | 156 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.29 |
| HSL | 90º | 0.15% | 0.66% | - |
| HSV(B) | 90º | 0.14% | 0.71% | - |
| XYZ | 39.09 | 44.29 | 37.94 | - |
| YUV | 175.15 | 117.19 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 182 | 156 | 0.07 | 0 | 0.14 | 0.29 | 90 | 0.15 | 0.66 |
| Hex | A9 | B6 | 9C | 7 | 0 | E | 1D | 5A | F | 42 |
| Octal | 251 | 266 | 234 | 7 | 0 | 16 | 35 | 132 | 17 | 102 |
| Binary | 10101001 | 10110110 | 10011100 | 111 | 0 | 1110 | 11101 | 1011010 | 1111 | 1000010 |
Color Harmonies of #A9B69C
Complementary color
Monochromatic Colors of #A9B69C
Black with #A9B69C
Text Example
Text Example
White with #A9B69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B69C; }
p { color: rgb(169,182,156); }
H1.HeaderClassName
{
color: #A9B69C;
}
.AnyTagClassName
{
color: #A9B69C;
}
</style>
background-color css
<style>
a { background-color: #A9B69C; }
a { background-color: rgb(169,182,156); }
div.DivClassName
{
background-color: #A9B69C;
}
.BgClassName
{
background-color: #A9B69C;
}
</style>
border-color css
<style>
span { border-color: #A9B69C; }
span { border-color: rgb(169,182,156); }
td.TdClassName
{
border-color: #A9B69C;
}
.TagClassName
{
border-color: #A9B69C;
}
</style>