Shades of Norway #A1AE96
Tints of Norway #A1AE96
RGB
CMYK
RGB Variations
Color information
#A1AE96 (or 0xA1AE96) is known color: Norway. HEX triplet: A1, AE and 96. RGB value is (161,174,150). Sum of RGB (Red+Green+Blue) = 161+174+150=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AE96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AE96 is #5E5169. Grayscale: #A7A7A7. Windows color (decimal): -6181226 or 9875105. OLE color: 9875105.
HSL color Cylindrical-coordinate representation of color #A1AE96: hue angle of 92.5º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A1AE96 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 174 | 150 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.32 |
| HSL | 92.5º | 0.13% | 0.64% | - |
| HSV(B) | 92.5º | 0.14% | 0.68% | - |
| XYZ | 35.34 | 40.05 | 34.72 | - |
| YUV | 167.38 | 118.19 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 174 | 150 | 0.07 | 0 | 0.14 | 0.32 | 92.5 | 0.13 | 0.64 |
| Hex | A1 | AE | 96 | 7 | 0 | E | 20 | 5C | D | 40 |
| Octal | 241 | 256 | 226 | 7 | 0 | 16 | 40 | 134 | 15 | 100 |
| Binary | 10100001 | 10101110 | 10010110 | 111 | 0 | 1110 | 100000 | 1011100 | 1101 | 1000000 |
Color Harmonies of #A1AE96
Complementary color
Monochromatic Colors of #A1AE96
Black with #A1AE96
Text Example
Text Example
White with #A1AE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AE96; }
p { color: rgb(161,174,150); }
H1.HeaderClassName
{
color: #A1AE96;
}
.AnyTagClassName
{
color: #A1AE96;
}
</style>
background-color css
<style>
a { background-color: #A1AE96; }
a { background-color: rgb(161,174,150); }
div.DivClassName
{
background-color: #A1AE96;
}
.BgClassName
{
background-color: #A1AE96;
}
</style>
border-color css
<style>
span { border-color: #A1AE96; }
span { border-color: rgb(161,174,150); }
td.TdClassName
{
border-color: #A1AE96;
}
.TagClassName
{
border-color: #A1AE96;
}
</style>