Shades of Napa #AAA18B
Tints of Napa #AAA18B
RGB
CMYK
RGB Variations
Color information
#AAA18B (or 0xAAA18B) is known color: Napa. HEX triplet: AA, A1 and 8B. RGB value is (170,161,139). Sum of RGB (Red+Green+Blue) = 170+161+139=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 161 (63.28% from 255 or 34.26% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA18B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA18B is #555E74. Grayscale: #A1A1A1. Windows color (decimal): -5594741 or 9150890. OLE color: 9150890.
HSL color Cylindrical-coordinate representation of color #AAA18B: hue angle of 42.58º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAA18B is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 139 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.33 |
| HSL | 42.58º | 0.15% | 0.61% | - |
| HSV(B) | 42.58º | 0.18% | 0.67% | - |
| XYZ | 33.98 | 35.9 | 29.56 | - |
| YUV | 161.18 | 115.48 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 139 | 0 | 0.05 | 0.18 | 0.33 | 42.58 | 0.15 | 0.61 |
| Hex | AA | A1 | 8B | 0 | 5 | 12 | 21 | 2B | F | 3D |
| Octal | 252 | 241 | 213 | 0 | 5 | 22 | 41 | 53 | 17 | 75 |
| Binary | 10101010 | 10100001 | 10001011 | 0 | 101 | 10010 | 100001 | 101011 | 1111 | 111101 |
Color Harmonies of #AAA18B
Complementary color
Monochromatic Colors of #AAA18B
Black with #AAA18B
Text Example
Text Example
White with #AAA18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA18B; }
p { color: rgb(170,161,139); }
H1.HeaderClassName
{
color: #AAA18B;
}
.AnyTagClassName
{
color: #AAA18B;
}
</style>
background-color css
<style>
a { background-color: #AAA18B; }
a { background-color: rgb(170,161,139); }
div.DivClassName
{
background-color: #AAA18B;
}
.BgClassName
{
background-color: #AAA18B;
}
</style>
border-color css
<style>
span { border-color: #AAA18B; }
span { border-color: rgb(170,161,139); }
td.TdClassName
{
border-color: #AAA18B;
}
.TagClassName
{
border-color: #AAA18B;
}
</style>