Shades of Norway #A0AC8B
Tints of Norway #A0AC8B
RGB
CMYK
RGB Variations
Color information
#A0AC8B (or 0xA0AC8B) is known color: Norway. HEX triplet: A0, AC and 8B. RGB value is (160,172,139). Sum of RGB (Red+Green+Blue) = 160+172+139=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AC8B is #5F5374. Grayscale: #A4A4A4. Windows color (decimal): -6247285 or 9153696. OLE color: 9153696.
HSL color Cylindrical-coordinate representation of color #A0AC8B: hue angle of 81.82º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A0AC8B is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 172 | 139 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.33 |
| HSL | 81.82º | 0.17% | 0.61% | - |
| HSV(B) | 81.82º | 0.19% | 0.67% | - |
| XYZ | 33.91 | 38.84 | 30.14 | - |
| YUV | 164.65 | 113.52 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 139 | 0.07 | 0 | 0.19 | 0.33 | 81.82 | 0.17 | 0.61 |
| Hex | A0 | AC | 8B | 7 | 0 | 13 | 21 | 52 | 11 | 3D |
| Octal | 240 | 254 | 213 | 7 | 0 | 23 | 41 | 122 | 21 | 75 |
| Binary | 10100000 | 10101100 | 10001011 | 111 | 0 | 10011 | 100001 | 1010010 | 10001 | 111101 |
Color Harmonies of #A0AC8B
Complementary color
Monochromatic Colors of #A0AC8B
Black with #A0AC8B
Text Example
Text Example
White with #A0AC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AC8B; }
p { color: rgb(160,172,139); }
H1.HeaderClassName
{
color: #A0AC8B;
}
.AnyTagClassName
{
color: #A0AC8B;
}
</style>
background-color css
<style>
a { background-color: #A0AC8B; }
a { background-color: rgb(160,172,139); }
div.DivClassName
{
background-color: #A0AC8B;
}
.BgClassName
{
background-color: #A0AC8B;
}
</style>
border-color css
<style>
span { border-color: #A0AC8B; }
span { border-color: rgb(160,172,139); }
td.TdClassName
{
border-color: #A0AC8B;
}
.TagClassName
{
border-color: #A0AC8B;
}
</style>