Shades of Norway #A1A99B
Tints of Norway #A1A99B
RGB
CMYK
RGB Variations
Color information
#A1A99B (or 0xA1A99B) is known color: Norway. HEX triplet: A1, A9 and 9B. RGB value is (161,169,155). Sum of RGB (Red+Green+Blue) = 161+169+155=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 155 (60.94% from 255 or 31.96% from 485); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A99B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A99B is #5E5664. Grayscale: #A5A5A5. Windows color (decimal): -6182501 or 10201505. OLE color: 10201505.
HSL color Cylindrical-coordinate representation of color #A1A99B: hue angle of 94.29º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A1A99B is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 169 | 155 | - |
| CMYK | 0.05 | 0 | 0.08 | 0.34 |
| HSL | 94.29º | 0.08% | 0.64% | - |
| HSV(B) | 94.29º | 0.08% | 0.66% | - |
| XYZ | 34.8 | 38.32 | 36.57 | - |
| YUV | 165.01 | 122.35 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 169 | 155 | 0.05 | 0 | 0.08 | 0.34 | 94.29 | 0.08 | 0.64 |
| Hex | A1 | A9 | 9B | 5 | 0 | 8 | 22 | 5E | 8 | 40 |
| Octal | 241 | 251 | 233 | 5 | 0 | 10 | 42 | 136 | 10 | 100 |
| Binary | 10100001 | 10101001 | 10011011 | 101 | 0 | 1000 | 100010 | 1011110 | 1000 | 1000000 |
Color Harmonies of #A1A99B
Complementary color
Monochromatic Colors of #A1A99B
Black with #A1A99B
Text Example
Text Example
White with #A1A99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A99B; }
p { color: rgb(161,169,155); }
H1.HeaderClassName
{
color: #A1A99B;
}
.AnyTagClassName
{
color: #A1A99B;
}
</style>
background-color css
<style>
a { background-color: #A1A99B; }
a { background-color: rgb(161,169,155); }
div.DivClassName
{
background-color: #A1A99B;
}
.BgClassName
{
background-color: #A1A99B;
}
</style>
border-color css
<style>
span { border-color: #A1A99B; }
span { border-color: rgb(161,169,155); }
td.TdClassName
{
border-color: #A1A99B;
}
.TagClassName
{
border-color: #A1A99B;
}
</style>