Shades of Norway #A5B88A
Tints of Norway #A5B88A
RGB
CMYK
RGB Variations
Color information
#A5B88A (or 0xA5B88A) is known color: Norway. HEX triplet: A5, B8 and 8A. RGB value is (165,184,138). Sum of RGB (Red+Green+Blue) = 165+184+138=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 184 (72.27% from 255 or 37.78% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 184 - color contains mainly: green. Hex color #A5B88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B88A is #5A4775. Grayscale: #ADADAD. Windows color (decimal): -5916534 or 9091237. OLE color: 9091237.
HSL color Cylindrical-coordinate representation of color #A5B88A: hue angle of 84.78º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5B88A is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 184 | 138 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.28 |
| HSL | 84.78º | 0.24% | 0.63% | - |
| HSV(B) | 84.78º | 0.25% | 0.72% | - |
| XYZ | 37.24 | 44.12 | 30.6 | - |
| YUV | 173.08 | 108.21 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 184 | 138 | 0.10 | 0 | 0.25 | 0.28 | 84.78 | 0.24 | 0.63 |
| Hex | A5 | B8 | 8A | A | 0 | 19 | 1C | 55 | 18 | 3F |
| Octal | 245 | 270 | 212 | 12 | 0 | 31 | 34 | 125 | 30 | 77 |
| Binary | 10100101 | 10111000 | 10001010 | 1010 | 0 | 11001 | 11100 | 1010101 | 11000 | 111111 |
Color Harmonies of #A5B88A
Complementary color
Monochromatic Colors of #A5B88A
Black with #A5B88A
Text Example
Text Example
White with #A5B88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B88A; }
p { color: rgb(165,184,138); }
H1.HeaderClassName
{
color: #A5B88A;
}
.AnyTagClassName
{
color: #A5B88A;
}
</style>
background-color css
<style>
a { background-color: #A5B88A; }
a { background-color: rgb(165,184,138); }
div.DivClassName
{
background-color: #A5B88A;
}
.BgClassName
{
background-color: #A5B88A;
}
</style>
border-color css
<style>
span { border-color: #A5B88A; }
span { border-color: rgb(165,184,138); }
td.TdClassName
{
border-color: #A5B88A;
}
.TagClassName
{
border-color: #A5B88A;
}
</style>