Shades of Napa #A09B92
Tints of Napa #A09B92
RGB
CMYK
RGB Variations
Color information
#A09B92 (or 0xA09B92) is known color: Napa. HEX triplet: A0, 9B and 92. RGB value is (160,155,146). Sum of RGB (Red+Green+Blue) = 160+155+146=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 146 (57.42% from 255 or 31.67% from 461); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09B92 is #5F646D. Grayscale: #9B9B9B. Windows color (decimal): -6251630 or 9608096. OLE color: 9608096.
HSL color Cylindrical-coordinate representation of color #A09B92: hue angle of 38.57º 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 #A09B92 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 155 | 146 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.37 |
| HSL | 38.57º | 0.07% | 0.6% | - |
| HSV(B) | 38.57º | 0.09% | 0.63% | - |
| XYZ | 31.41 | 32.99 | 31.91 | - |
| YUV | 155.47 | 122.66 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 146 | 0 | 0.03 | 0.09 | 0.37 | 38.57 | 0.07 | 0.6 |
| Hex | A0 | 9B | 92 | 0 | 3 | 9 | 25 | 27 | 7 | 3C |
| Octal | 240 | 233 | 222 | 0 | 3 | 11 | 45 | 47 | 7 | 74 |
| Binary | 10100000 | 10011011 | 10010010 | 0 | 11 | 1001 | 100101 | 100111 | 111 | 111100 |
Color Harmonies of #A09B92
Complementary color
Monochromatic Colors of #A09B92
Black with #A09B92
Text Example
Text Example
White with #A09B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09B92; }
p { color: rgb(160,155,146); }
H1.HeaderClassName
{
color: #A09B92;
}
.AnyTagClassName
{
color: #A09B92;
}
</style>
background-color css
<style>
a { background-color: #A09B92; }
a { background-color: rgb(160,155,146); }
div.DivClassName
{
background-color: #A09B92;
}
.BgClassName
{
background-color: #A09B92;
}
</style>
border-color css
<style>
span { border-color: #A09B92; }
span { border-color: rgb(160,155,146); }
td.TdClassName
{
border-color: #A09B92;
}
.TagClassName
{
border-color: #A09B92;
}
</style>