Shades of Norway #A0AF88
Tints of Norway #A0AF88
RGB
CMYK
RGB Variations
Color information
#A0AF88 (or 0xA0AF88) is known color: Norway. HEX triplet: A0, AF and 88. RGB value is (160,175,136). Sum of RGB (Red+Green+Blue) = 160+175+136=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AF88 is #5F5077. Grayscale: #A6A6A6. Windows color (decimal): -6246520 or 8957856. OLE color: 8957856.
HSL color Cylindrical-coordinate representation of color #A0AF88: hue angle of 83.08º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0AF88 is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 175 | 136 | - |
| CMYK | 0.09 | 0 | 0.22 | 0.31 |
| HSL | 83.08º | 0.2% | 0.61% | - |
| HSV(B) | 83.08º | 0.22% | 0.69% | - |
| XYZ | 34.27 | 39.91 | 29.19 | - |
| YUV | 166.07 | 111.03 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 175 | 136 | 0.09 | 0 | 0.22 | 0.31 | 83.08 | 0.2 | 0.61 |
| Hex | A0 | AF | 88 | 9 | 0 | 16 | 1F | 53 | 14 | 3D |
| Octal | 240 | 257 | 210 | 11 | 0 | 26 | 37 | 123 | 24 | 75 |
| Binary | 10100000 | 10101111 | 10001000 | 1001 | 0 | 10110 | 11111 | 1010011 | 10100 | 111101 |
Color Harmonies of #A0AF88
Complementary color
Monochromatic Colors of #A0AF88
Black with #A0AF88
Text Example
Text Example
White with #A0AF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AF88; }
p { color: rgb(160,175,136); }
H1.HeaderClassName
{
color: #A0AF88;
}
.AnyTagClassName
{
color: #A0AF88;
}
</style>
background-color css
<style>
a { background-color: #A0AF88; }
a { background-color: rgb(160,175,136); }
div.DivClassName
{
background-color: #A0AF88;
}
.BgClassName
{
background-color: #A0AF88;
}
</style>
border-color css
<style>
span { border-color: #A0AF88; }
span { border-color: rgb(160,175,136); }
td.TdClassName
{
border-color: #A0AF88;
}
.TagClassName
{
border-color: #A0AF88;
}
</style>