Shades of Napa #AAA28B
Tints of Napa #AAA28B
RGB
CMYK
RGB Variations
Color information
#AAA28B (or 0xAAA28B) is known color: Napa. HEX triplet: AA, A2 and 8B. RGB value is (170,162,139). Sum of RGB (Red+Green+Blue) = 170+162+139=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 162 (63.67% from 255 or 34.39% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA28B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA28B is #555D74. Grayscale: #A1A1A1. Windows color (decimal): -5594485 or 9151146. OLE color: 9151146.
HSL color Cylindrical-coordinate representation of color #AAA28B: hue angle of 44.52º 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 #AAA28B is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 139 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.33 |
| HSL | 44.52º | 0.15% | 0.61% | - |
| HSV(B) | 44.52º | 0.18% | 0.67% | - |
| XYZ | 34.16 | 36.25 | 29.62 | - |
| YUV | 161.77 | 115.15 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 139 | 0 | 0.05 | 0.18 | 0.33 | 44.52 | 0.15 | 0.61 |
| Hex | AA | A2 | 8B | 0 | 5 | 12 | 21 | 2D | F | 3D |
| Octal | 252 | 242 | 213 | 0 | 5 | 22 | 41 | 55 | 17 | 75 |
| Binary | 10101010 | 10100010 | 10001011 | 0 | 101 | 10010 | 100001 | 101101 | 1111 | 111101 |
Color Harmonies of #AAA28B
Complementary color
Monochromatic Colors of #AAA28B
Black with #AAA28B
Text Example
Text Example
White with #AAA28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA28B; }
p { color: rgb(170,162,139); }
H1.HeaderClassName
{
color: #AAA28B;
}
.AnyTagClassName
{
color: #AAA28B;
}
</style>
background-color css
<style>
a { background-color: #AAA28B; }
a { background-color: rgb(170,162,139); }
div.DivClassName
{
background-color: #AAA28B;
}
.BgClassName
{
background-color: #AAA28B;
}
</style>
border-color css
<style>
span { border-color: #AAA28B; }
span { border-color: rgb(170,162,139); }
td.TdClassName
{
border-color: #AAA28B;
}
.TagClassName
{
border-color: #AAA28B;
}
</style>