Shades of Norway #AAB69B
Tints of Norway #AAB69B
RGB
CMYK
RGB Variations
Color information
#AAB69B (or 0xAAB69B) is known color: Norway. HEX triplet: AA, B6 and 9B. RGB value is (170,182,155). Sum of RGB (Red+Green+Blue) = 170+182+155=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 182 (71.48% from 255 or 35.90% from 507); Blue value is 155 (60.94% from 255 or 30.57% from 507); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB69B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB69B is #554964. Grayscale: #AFAFAF. Windows color (decimal): -5589349 or 10204842. OLE color: 10204842.
HSL color Cylindrical-coordinate representation of color #AAB69B: hue angle of 86.67º 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 #AAB69B is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 182 | 155 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.29 |
| HSL | 86.67º | 0.16% | 0.66% | - |
| HSV(B) | 86.67º | 0.15% | 0.71% | - |
| XYZ | 39.22 | 44.37 | 37.51 | - |
| YUV | 175.33 | 116.52 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 155 | 0.07 | 0 | 0.15 | 0.29 | 86.67 | 0.16 | 0.66 |
| Hex | AA | B6 | 9B | 7 | 0 | F | 1D | 57 | 10 | 42 |
| Octal | 252 | 266 | 233 | 7 | 0 | 17 | 35 | 127 | 20 | 102 |
| Binary | 10101010 | 10110110 | 10011011 | 111 | 0 | 1111 | 11101 | 1010111 | 10000 | 1000010 |
Color Harmonies of #AAB69B
Complementary color
Monochromatic Colors of #AAB69B
Black with #AAB69B
Text Example
Text Example
White with #AAB69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB69B; }
p { color: rgb(170,182,155); }
H1.HeaderClassName
{
color: #AAB69B;
}
.AnyTagClassName
{
color: #AAB69B;
}
</style>
background-color css
<style>
a { background-color: #AAB69B; }
a { background-color: rgb(170,182,155); }
div.DivClassName
{
background-color: #AAB69B;
}
.BgClassName
{
background-color: #AAB69B;
}
</style>
border-color css
<style>
span { border-color: #AAB69B; }
span { border-color: rgb(170,182,155); }
td.TdClassName
{
border-color: #AAB69B;
}
.TagClassName
{
border-color: #AAB69B;
}
</style>