Shades of Norway #A0AD85
Tints of Norway #A0AD85
RGB
CMYK
RGB Variations
Color information
#A0AD85 (or 0xA0AD85) is known color: Norway. HEX triplet: A0, AD and 85. RGB value is (160,173,133). Sum of RGB (Red+Green+Blue) = 160+173+133=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AD85 is #5F527A. Grayscale: #A4A4A4. Windows color (decimal): -6247035 or 8760736. OLE color: 8760736.
HSL color Cylindrical-coordinate representation of color #A0AD85: hue angle of 79.5º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0AD85 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 173 | 133 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.32 |
| HSL | 79.5º | 0.2% | 0.6% | - |
| HSV(B) | 79.5º | 0.23% | 0.68% | - |
| XYZ | 33.67 | 39.05 | 27.95 | - |
| YUV | 164.55 | 110.19 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 173 | 133 | 0.08 | 0 | 0.23 | 0.32 | 79.5 | 0.2 | 0.6 |
| Hex | A0 | AD | 85 | 8 | 0 | 17 | 20 | 50 | 14 | 3C |
| Octal | 240 | 255 | 205 | 10 | 0 | 27 | 40 | 120 | 24 | 74 |
| Binary | 10100000 | 10101101 | 10000101 | 1000 | 0 | 10111 | 100000 | 1010000 | 10100 | 111100 |
Color Harmonies of #A0AD85
Complementary color
Monochromatic Colors of #A0AD85
Black with #A0AD85
Text Example
Text Example
White with #A0AD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AD85; }
p { color: rgb(160,173,133); }
H1.HeaderClassName
{
color: #A0AD85;
}
.AnyTagClassName
{
color: #A0AD85;
}
</style>
background-color css
<style>
a { background-color: #A0AD85; }
a { background-color: rgb(160,173,133); }
div.DivClassName
{
background-color: #A0AD85;
}
.BgClassName
{
background-color: #A0AD85;
}
</style>
border-color css
<style>
span { border-color: #A0AD85; }
span { border-color: rgb(160,173,133); }
td.TdClassName
{
border-color: #A0AD85;
}
.TagClassName
{
border-color: #A0AD85;
}
</style>