Shades of Napa #A69F92
Tints of Napa #A69F92
RGB
CMYK
RGB Variations
Color information
#A69F92 (or 0xA69F92) is known color: Napa. HEX triplet: A6, 9F and 92. RGB value is (166,159,146). Sum of RGB (Red+Green+Blue) = 166+159+146=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 166 - color contains mainly: red. Hex color #A69F92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69F92 is #59606D. Grayscale: #9F9F9F. Windows color (decimal): -5857390 or 9609126. OLE color: 9609126.
HSL color Cylindrical-coordinate representation of color #A69F92: hue angle of 39º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A69F92 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 159 | 146 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.35 |
| HSL | 39º | 0.1% | 0.61% | - |
| HSV(B) | 39º | 0.12% | 0.65% | - |
| XYZ | 33.31 | 34.98 | 32.19 | - |
| YUV | 159.61 | 120.32 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 159 | 146 | 0 | 0.04 | 0.12 | 0.35 | 39 | 0.1 | 0.61 |
| Hex | A6 | 9F | 92 | 0 | 4 | C | 23 | 27 | A | 3D |
| Octal | 246 | 237 | 222 | 0 | 4 | 14 | 43 | 47 | 12 | 75 |
| Binary | 10100110 | 10011111 | 10010010 | 0 | 100 | 1100 | 100011 | 100111 | 1010 | 111101 |
Color Harmonies of #A69F92
Complementary color
Monochromatic Colors of #A69F92
Black with #A69F92
Text Example
Text Example
White with #A69F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69F92; }
p { color: rgb(166,159,146); }
H1.HeaderClassName
{
color: #A69F92;
}
.AnyTagClassName
{
color: #A69F92;
}
</style>
background-color css
<style>
a { background-color: #A69F92; }
a { background-color: rgb(166,159,146); }
div.DivClassName
{
background-color: #A69F92;
}
.BgClassName
{
background-color: #A69F92;
}
</style>
border-color css
<style>
span { border-color: #A69F92; }
span { border-color: rgb(166,159,146); }
td.TdClassName
{
border-color: #A69F92;
}
.TagClassName
{
border-color: #A69F92;
}
</style>