Shades of Norway #A2A99C
Tints of Norway #A2A99C
RGB
CMYK
RGB Variations
Color information
#A2A99C (or 0xA2A99C) is known color: Norway. HEX triplet: A2, A9 and 9C. RGB value is (162,169,156). Sum of RGB (Red+Green+Blue) = 162+169+156=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 169 - color contains mainly: green. Hex color #A2A99C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A99C is #5D5663. Grayscale: #A5A5A5. Windows color (decimal): -6116964 or 10267042. OLE color: 10267042.
HSL color Cylindrical-coordinate representation of color #A2A99C: hue angle of 92.31º degrees, saturation: 0.07, 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 #A2A99C is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 162 | 169 | 156 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.34 |
| HSL | 92.31º | 0.07% | 0.64% | - |
| HSV(B) | 92.31º | 0.08% | 0.66% | - |
| XYZ | 35.09 | 38.46 | 37.03 | - |
| YUV | 165.43 | 122.68 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 169 | 156 | 0.04 | 0 | 0.08 | 0.34 | 92.31 | 0.07 | 0.64 |
| Hex | A2 | A9 | 9C | 4 | 0 | 8 | 22 | 5C | 7 | 40 |
| Octal | 242 | 251 | 234 | 4 | 0 | 10 | 42 | 134 | 7 | 100 |
| Binary | 10100010 | 10101001 | 10011100 | 100 | 0 | 1000 | 100010 | 1011100 | 111 | 1000000 |
Color Harmonies of #A2A99C
Complementary color
Monochromatic Colors of #A2A99C
Black with #A2A99C
Text Example
Text Example
White with #A2A99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A99C; }
p { color: rgb(162,169,156); }
H1.HeaderClassName
{
color: #A2A99C;
}
.AnyTagClassName
{
color: #A2A99C;
}
</style>
background-color css
<style>
a { background-color: #A2A99C; }
a { background-color: rgb(162,169,156); }
div.DivClassName
{
background-color: #A2A99C;
}
.BgClassName
{
background-color: #A2A99C;
}
</style>
border-color css
<style>
span { border-color: #A2A99C; }
span { border-color: rgb(162,169,156); }
td.TdClassName
{
border-color: #A2A99C;
}
.TagClassName
{
border-color: #A2A99C;
}
</style>