Shades of Napa #A69B8A
Tints of Napa #A69B8A
RGB
CMYK
RGB Variations
Color information
#A69B8A (or 0xA69B8A) is known color: Napa. HEX triplet: A6, 9B and 8A. RGB value is (166,155,138). Sum of RGB (Red+Green+Blue) = 166+155+138=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 166 - color contains mainly: red. Hex color #A69B8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69B8A is #596475. Grayscale: #9C9C9C. Windows color (decimal): -5858422 or 9083814. OLE color: 9083814.
HSL color Cylindrical-coordinate representation of color #A69B8A: hue angle of 36.43º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A69B8A is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 155 | 138 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.35 |
| HSL | 36.43º | 0.14% | 0.6% | - |
| HSV(B) | 36.43º | 0.17% | 0.65% | - |
| XYZ | 32.03 | 33.38 | 28.8 | - |
| YUV | 156.35 | 117.64 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 155 | 138 | 0 | 0.07 | 0.17 | 0.35 | 36.43 | 0.14 | 0.6 |
| Hex | A6 | 9B | 8A | 0 | 7 | 11 | 23 | 24 | E | 3C |
| Octal | 246 | 233 | 212 | 0 | 7 | 21 | 43 | 44 | 16 | 74 |
| Binary | 10100110 | 10011011 | 10001010 | 0 | 111 | 10001 | 100011 | 100100 | 1110 | 111100 |
Color Harmonies of #A69B8A
Complementary color
Monochromatic Colors of #A69B8A
Black with #A69B8A
Text Example
Text Example
White with #A69B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69B8A; }
p { color: rgb(166,155,138); }
H1.HeaderClassName
{
color: #A69B8A;
}
.AnyTagClassName
{
color: #A69B8A;
}
</style>
background-color css
<style>
a { background-color: #A69B8A; }
a { background-color: rgb(166,155,138); }
div.DivClassName
{
background-color: #A69B8A;
}
.BgClassName
{
background-color: #A69B8A;
}
</style>
border-color css
<style>
span { border-color: #A69B8A; }
span { border-color: rgb(166,155,138); }
td.TdClassName
{
border-color: #A69B8A;
}
.TagClassName
{
border-color: #A69B8A;
}
</style>