Shades of Norway #A1A79C
Tints of Norway #A1A79C
RGB
CMYK
RGB Variations
Color information
#A1A79C (or 0xA1A79C) is known color: Norway. HEX triplet: A1, A7 and 9C. RGB value is (161,167,156). Sum of RGB (Red+Green+Blue) = 161+167+156=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 167 (65.62% from 255 or 34.50% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 167 - color contains mainly: green. Hex color #A1A79C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A79C is #5E5863. Grayscale: #A3A3A3. Windows color (decimal): -6183012 or 10266529. OLE color: 10266529.
HSL color Cylindrical-coordinate representation of color #A1A79C: hue angle of 92.73º degrees, saturation: 0.06, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A1A79C is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 167 | 156 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.35 |
| HSL | 92.73º | 0.06% | 0.63% | - |
| HSV(B) | 92.73º | 0.07% | 0.65% | - |
| XYZ | 34.52 | 37.61 | 36.89 | - |
| YUV | 163.95 | 123.51 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 167 | 156 | 0.04 | 0 | 0.07 | 0.35 | 92.73 | 0.06 | 0.63 |
| Hex | A1 | A7 | 9C | 4 | 0 | 7 | 23 | 5D | 6 | 3F |
| Octal | 241 | 247 | 234 | 4 | 0 | 7 | 43 | 135 | 6 | 77 |
| Binary | 10100001 | 10100111 | 10011100 | 100 | 0 | 111 | 100011 | 1011101 | 110 | 111111 |
Color Harmonies of #A1A79C
Complementary color
Monochromatic Colors of #A1A79C
Black with #A1A79C
Text Example
Text Example
White with #A1A79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A79C; }
p { color: rgb(161,167,156); }
H1.HeaderClassName
{
color: #A1A79C;
}
.AnyTagClassName
{
color: #A1A79C;
}
</style>
background-color css
<style>
a { background-color: #A1A79C; }
a { background-color: rgb(161,167,156); }
div.DivClassName
{
background-color: #A1A79C;
}
.BgClassName
{
background-color: #A1A79C;
}
</style>
border-color css
<style>
span { border-color: #A1A79C; }
span { border-color: rgb(161,167,156); }
td.TdClassName
{
border-color: #A1A79C;
}
.TagClassName
{
border-color: #A1A79C;
}
</style>