Shades of Napa #A69F90
Tints of Napa #A69F90
RGB
CMYK
RGB Variations
Color information
#A69F90 (or 0xA69F90) is known color: Napa. HEX triplet: A6, 9F and 90. RGB value is (166,159,144). Sum of RGB (Red+Green+Blue) = 166+159+144=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 159 (62.5% from 255 or 33.90% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 166 - color contains mainly: red. Hex color #A69F90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69F90 is #59606F. Grayscale: #9F9F9F. Windows color (decimal): -5857392 or 9478054. OLE color: 9478054.
HSL color Cylindrical-coordinate representation of color #A69F90: hue angle of 40.91º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A69F90 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 159 | 144 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.35 |
| HSL | 40.91º | 0.11% | 0.61% | - |
| HSV(B) | 40.91º | 0.13% | 0.65% | - |
| XYZ | 33.16 | 34.92 | 31.38 | - |
| YUV | 159.38 | 119.32 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 159 | 144 | 0 | 0.04 | 0.13 | 0.35 | 40.91 | 0.11 | 0.61 |
| Hex | A6 | 9F | 90 | 0 | 4 | D | 23 | 29 | B | 3D |
| Octal | 246 | 237 | 220 | 0 | 4 | 15 | 43 | 51 | 13 | 75 |
| Binary | 10100110 | 10011111 | 10010000 | 0 | 100 | 1101 | 100011 | 101001 | 1011 | 111101 |
Color Harmonies of #A69F90
Complementary color
Monochromatic Colors of #A69F90
Black with #A69F90
Text Example
Text Example
White with #A69F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69F90; }
p { color: rgb(166,159,144); }
H1.HeaderClassName
{
color: #A69F90;
}
.AnyTagClassName
{
color: #A69F90;
}
</style>
background-color css
<style>
a { background-color: #A69F90; }
a { background-color: rgb(166,159,144); }
div.DivClassName
{
background-color: #A69F90;
}
.BgClassName
{
background-color: #A69F90;
}
</style>
border-color css
<style>
span { border-color: #A69F90; }
span { border-color: rgb(166,159,144); }
td.TdClassName
{
border-color: #A69F90;
}
.TagClassName
{
border-color: #A69F90;
}
</style>