Shades of Norway #AAB69A
Tints of Norway #AAB69A
RGB
CMYK
RGB Variations
Color information
#AAB69A (or 0xAAB69A) is known color: Norway. HEX triplet: AA, B6 and 9A. RGB value is (170,182,154). Sum of RGB (Red+Green+Blue) = 170+182+154=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 182 (71.48% from 255 or 35.97% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB69A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB69A is #554965. Grayscale: #AFAFAF. Windows color (decimal): -5589350 or 10139306. OLE color: 10139306.
HSL color Cylindrical-coordinate representation of color #AAB69A: hue angle of 85.71º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAB69A is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 182 | 154 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.29 |
| HSL | 85.71º | 0.16% | 0.66% | - |
| HSV(B) | 85.71º | 0.15% | 0.71% | - |
| XYZ | 39.14 | 44.34 | 37.07 | - |
| YUV | 175.22 | 116.02 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 154 | 0.07 | 0 | 0.15 | 0.29 | 85.71 | 0.16 | 0.66 |
| Hex | AA | B6 | 9A | 7 | 0 | F | 1D | 56 | 10 | 42 |
| Octal | 252 | 266 | 232 | 7 | 0 | 17 | 35 | 126 | 20 | 102 |
| Binary | 10101010 | 10110110 | 10011010 | 111 | 0 | 1111 | 11101 | 1010110 | 10000 | 1000010 |
Color Harmonies of #AAB69A
Complementary color
Monochromatic Colors of #AAB69A
Black with #AAB69A
Text Example
Text Example
White with #AAB69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB69A; }
p { color: rgb(170,182,154); }
H1.HeaderClassName
{
color: #AAB69A;
}
.AnyTagClassName
{
color: #AAB69A;
}
</style>
background-color css
<style>
a { background-color: #AAB69A; }
a { background-color: rgb(170,182,154); }
div.DivClassName
{
background-color: #AAB69A;
}
.BgClassName
{
background-color: #AAB69A;
}
</style>
border-color css
<style>
span { border-color: #AAB69A; }
span { border-color: rgb(170,182,154); }
td.TdClassName
{
border-color: #AAB69A;
}
.TagClassName
{
border-color: #AAB69A;
}
</style>