Shades of Norway #A5B68E
Tints of Norway #A5B68E
RGB
CMYK
RGB Variations
Color information
#A5B68E (or 0xA5B68E) is known color: Norway. HEX triplet: A5, B6 and 8E. RGB value is (165,182,142). Sum of RGB (Red+Green+Blue) = 165+182+142=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 182 (71.48% from 255 or 37.22% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 182 - color contains mainly: green. Hex color #A5B68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B68E is #5A4971. Grayscale: #ACACAC. Windows color (decimal): -5917042 or 9352869. OLE color: 9352869.
HSL color Cylindrical-coordinate representation of color #A5B68E: hue angle of 85.5º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A5B68E is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 182 | 142 | - |
| CMYK | 0.09 | 0 | 0.22 | 0.29 |
| HSL | 85.5º | 0.22% | 0.64% | - |
| HSV(B) | 85.5º | 0.22% | 0.71% | - |
| XYZ | 37.13 | 43.41 | 32.01 | - |
| YUV | 172.36 | 110.87 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 182 | 142 | 0.09 | 0 | 0.22 | 0.29 | 85.5 | 0.22 | 0.64 |
| Hex | A5 | B6 | 8E | 9 | 0 | 16 | 1D | 56 | 16 | 40 |
| Octal | 245 | 266 | 216 | 11 | 0 | 26 | 35 | 126 | 26 | 100 |
| Binary | 10100101 | 10110110 | 10001110 | 1001 | 0 | 10110 | 11101 | 1010110 | 10110 | 1000000 |
Color Harmonies of #A5B68E
Complementary color
Monochromatic Colors of #A5B68E
Black with #A5B68E
Text Example
Text Example
White with #A5B68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B68E; }
p { color: rgb(165,182,142); }
H1.HeaderClassName
{
color: #A5B68E;
}
.AnyTagClassName
{
color: #A5B68E;
}
</style>
background-color css
<style>
a { background-color: #A5B68E; }
a { background-color: rgb(165,182,142); }
div.DivClassName
{
background-color: #A5B68E;
}
.BgClassName
{
background-color: #A5B68E;
}
</style>
border-color css
<style>
span { border-color: #A5B68E; }
span { border-color: rgb(165,182,142); }
td.TdClassName
{
border-color: #A5B68E;
}
.TagClassName
{
border-color: #A5B68E;
}
</style>