Shades of Napa #AAA28C
Tints of Napa #AAA28C
RGB
CMYK
RGB Variations
Color information
#AAA28C (or 0xAAA28C) is known color: Napa. HEX triplet: AA, A2 and 8C. RGB value is (170,162,140). Sum of RGB (Red+Green+Blue) = 170+162+140=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA28C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA28C is #555D73. Grayscale: #A1A1A1. Windows color (decimal): -5594484 or 9216682. OLE color: 9216682.
HSL color Cylindrical-coordinate representation of color #AAA28C: hue angle of 44º 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 #AAA28C is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 140 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.33 |
| HSL | 44º | 0.15% | 0.61% | - |
| HSV(B) | 44º | 0.18% | 0.67% | - |
| XYZ | 34.23 | 36.28 | 30.01 | - |
| YUV | 161.88 | 115.65 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 140 | 0 | 0.05 | 0.18 | 0.33 | 44 | 0.15 | 0.61 |
| Hex | AA | A2 | 8C | 0 | 5 | 12 | 21 | 2C | F | 3D |
| Octal | 252 | 242 | 214 | 0 | 5 | 22 | 41 | 54 | 17 | 75 |
| Binary | 10101010 | 10100010 | 10001100 | 0 | 101 | 10010 | 100001 | 101100 | 1111 | 111101 |
Color Harmonies of #AAA28C
Complementary color
Monochromatic Colors of #AAA28C
Black with #AAA28C
Text Example
Text Example
White with #AAA28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA28C; }
p { color: rgb(170,162,140); }
H1.HeaderClassName
{
color: #AAA28C;
}
.AnyTagClassName
{
color: #AAA28C;
}
</style>
background-color css
<style>
a { background-color: #AAA28C; }
a { background-color: rgb(170,162,140); }
div.DivClassName
{
background-color: #AAA28C;
}
.BgClassName
{
background-color: #AAA28C;
}
</style>
border-color css
<style>
span { border-color: #AAA28C; }
span { border-color: rgb(170,162,140); }
td.TdClassName
{
border-color: #AAA28C;
}
.TagClassName
{
border-color: #AAA28C;
}
</style>