Shades of Napa #AAA38F
Tints of Napa #AAA38F
RGB
CMYK
RGB Variations
Color information
#AAA38F (or 0xAAA38F) is known color: Napa. HEX triplet: AA, A3 and 8F. RGB value is (170,163,143). Sum of RGB (Red+Green+Blue) = 170+163+143=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 163 (64.06% from 255 or 34.24% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA38F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA38F is #555C70. Grayscale: #A2A2A2. Windows color (decimal): -5594225 or 9413546. OLE color: 9413546.
HSL color Cylindrical-coordinate representation of color #AAA38F: hue angle of 44.44º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAA38F is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 143 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.33 |
| HSL | 44.44º | 0.14% | 0.61% | - |
| HSV(B) | 44.44º | 0.16% | 0.67% | - |
| XYZ | 34.63 | 36.72 | 31.25 | - |
| YUV | 162.81 | 116.82 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 143 | 0 | 0.04 | 0.16 | 0.33 | 44.44 | 0.14 | 0.61 |
| Hex | AA | A3 | 8F | 0 | 4 | 10 | 21 | 2C | E | 3D |
| Octal | 252 | 243 | 217 | 0 | 4 | 20 | 41 | 54 | 16 | 75 |
| Binary | 10101010 | 10100011 | 10001111 | 0 | 100 | 10000 | 100001 | 101100 | 1110 | 111101 |
Color Harmonies of #AAA38F
Complementary color
Monochromatic Colors of #AAA38F
Black with #AAA38F
Text Example
Text Example
White with #AAA38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA38F; }
p { color: rgb(170,163,143); }
H1.HeaderClassName
{
color: #AAA38F;
}
.AnyTagClassName
{
color: #AAA38F;
}
</style>
background-color css
<style>
a { background-color: #AAA38F; }
a { background-color: rgb(170,163,143); }
div.DivClassName
{
background-color: #AAA38F;
}
.BgClassName
{
background-color: #AAA38F;
}
</style>
border-color css
<style>
span { border-color: #AAA38F; }
span { border-color: rgb(170,163,143); }
td.TdClassName
{
border-color: #AAA38F;
}
.TagClassName
{
border-color: #AAA38F;
}
</style>