Shades of Napa #A09B91
Tints of Napa #A09B91
RGB
CMYK
RGB Variations
Color information
#A09B91 (or 0xA09B91) is known color: Napa. HEX triplet: A0, 9B and 91. RGB value is (160,155,145). Sum of RGB (Red+Green+Blue) = 160+155+145=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 145 (57.03% from 255 or 31.52% from 460); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09B91 is #5F646E. Grayscale: #9B9B9B. Windows color (decimal): -6251631 or 9542560. OLE color: 9542560.
HSL color Cylindrical-coordinate representation of color #A09B91: hue angle of 40º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A09B91 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 155 | 145 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.37 |
| HSL | 40º | 0.07% | 0.6% | - |
| HSV(B) | 40º | 0.09% | 0.63% | - |
| XYZ | 31.33 | 32.96 | 31.5 | - |
| YUV | 155.36 | 122.16 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 145 | 0 | 0.03 | 0.09 | 0.37 | 40 | 0.07 | 0.6 |
| Hex | A0 | 9B | 91 | 0 | 3 | 9 | 25 | 28 | 7 | 3C |
| Octal | 240 | 233 | 221 | 0 | 3 | 11 | 45 | 50 | 7 | 74 |
| Binary | 10100000 | 10011011 | 10010001 | 0 | 11 | 1001 | 100101 | 101000 | 111 | 111100 |
Color Harmonies of #A09B91
Complementary color
Monochromatic Colors of #A09B91
Black with #A09B91
Text Example
Text Example
White with #A09B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09B91; }
p { color: rgb(160,155,145); }
H1.HeaderClassName
{
color: #A09B91;
}
.AnyTagClassName
{
color: #A09B91;
}
</style>
background-color css
<style>
a { background-color: #A09B91; }
a { background-color: rgb(160,155,145); }
div.DivClassName
{
background-color: #A09B91;
}
.BgClassName
{
background-color: #A09B91;
}
</style>
border-color css
<style>
span { border-color: #A09B91; }
span { border-color: rgb(160,155,145); }
td.TdClassName
{
border-color: #A09B91;
}
.TagClassName
{
border-color: #A09B91;
}
</style>