Shades of Norway #AAB895
Tints of Norway #AAB895
RGB
CMYK
RGB Variations
Color information
#AAB895 (or 0xAAB895) is known color: Norway. HEX triplet: AA, B8 and 95. RGB value is (170,184,149). Sum of RGB (Red+Green+Blue) = 170+184+149=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 184 (72.27% from 255 or 36.58% from 503); Blue value is 149 (58.59% from 255 or 29.62% from 503); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB895 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB895 is #55476A. Grayscale: #AFAFAF. Windows color (decimal): -5588843 or 9812138. OLE color: 9812138.
HSL color Cylindrical-coordinate representation of color #AAB895: hue angle of 84º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAB895 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 149 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.28 |
| HSL | 84º | 0.2% | 0.65% | - |
| HSV(B) | 84º | 0.19% | 0.72% | - |
| XYZ | 39.14 | 45 | 35.06 | - |
| YUV | 175.82 | 112.86 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 149 | 0.08 | 0 | 0.19 | 0.28 | 84 | 0.2 | 0.65 |
| Hex | AA | B8 | 95 | 8 | 0 | 13 | 1C | 54 | 14 | 41 |
| Octal | 252 | 270 | 225 | 10 | 0 | 23 | 34 | 124 | 24 | 101 |
| Binary | 10101010 | 10111000 | 10010101 | 1000 | 0 | 10011 | 11100 | 1010100 | 10100 | 1000001 |
Color Harmonies of #AAB895
Complementary color
Monochromatic Colors of #AAB895
Black with #AAB895
Text Example
Text Example
White with #AAB895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB895; }
p { color: rgb(170,184,149); }
H1.HeaderClassName
{
color: #AAB895;
}
.AnyTagClassName
{
color: #AAB895;
}
</style>
background-color css
<style>
a { background-color: #AAB895; }
a { background-color: rgb(170,184,149); }
div.DivClassName
{
background-color: #AAB895;
}
.BgClassName
{
background-color: #AAB895;
}
</style>
border-color css
<style>
span { border-color: #AAB895; }
span { border-color: rgb(170,184,149); }
td.TdClassName
{
border-color: #AAB895;
}
.TagClassName
{
border-color: #AAB895;
}
</style>