Shades of Napa #AAA28D
Tints of Napa #AAA28D
RGB
CMYK
RGB Variations
Color information
#AAA28D (or 0xAAA28D) is known color: Napa. HEX triplet: AA, A2 and 8D. RGB value is (170,162,141). Sum of RGB (Red+Green+Blue) = 170+162+141=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA28D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA28D is #555D72. Grayscale: #A2A2A2. Windows color (decimal): -5594483 or 9282218. OLE color: 9282218.
HSL color Cylindrical-coordinate representation of color #AAA28D: hue angle of 43.45º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAA28D is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 141 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.33 |
| HSL | 43.45º | 0.15% | 0.61% | - |
| HSV(B) | 43.45º | 0.17% | 0.67% | - |
| XYZ | 34.31 | 36.31 | 30.4 | - |
| YUV | 162 | 116.15 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 141 | 0 | 0.05 | 0.17 | 0.33 | 43.45 | 0.15 | 0.61 |
| Hex | AA | A2 | 8D | 0 | 5 | 11 | 21 | 2B | F | 3D |
| Octal | 252 | 242 | 215 | 0 | 5 | 21 | 41 | 53 | 17 | 75 |
| Binary | 10101010 | 10100010 | 10001101 | 0 | 101 | 10001 | 100001 | 101011 | 1111 | 111101 |
Color Harmonies of #AAA28D
Complementary color
Monochromatic Colors of #AAA28D
Black with #AAA28D
Text Example
Text Example
White with #AAA28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA28D; }
p { color: rgb(170,162,141); }
H1.HeaderClassName
{
color: #AAA28D;
}
.AnyTagClassName
{
color: #AAA28D;
}
</style>
background-color css
<style>
a { background-color: #AAA28D; }
a { background-color: rgb(170,162,141); }
div.DivClassName
{
background-color: #AAA28D;
}
.BgClassName
{
background-color: #AAA28D;
}
</style>
border-color css
<style>
span { border-color: #AAA28D; }
span { border-color: rgb(170,162,141); }
td.TdClassName
{
border-color: #AAA28D;
}
.TagClassName
{
border-color: #AAA28D;
}
</style>