Shades of Napa #A89B7F
Tints of Napa #A89B7F
RGB
CMYK
RGB Variations
Color information
#A89B7F (or 0xA89B7F) is known color: Napa. HEX triplet: A8, 9B and 7F. RGB value is (168,155,127). Sum of RGB (Red+Green+Blue) = 168+155+127=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 155 (60.94% from 255 or 34.44% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 168 - color contains mainly: red. Hex color #A89B7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89B7F is #576480. Grayscale: #9B9B9B. Windows color (decimal): -5727361 or 8362920. OLE color: 8362920.
HSL color Cylindrical-coordinate representation of color #A89B7F: hue angle of 40.98º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A89B7F is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 155 | 127 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.34 |
| HSL | 40.98º | 0.19% | 0.58% | - |
| HSV(B) | 40.98º | 0.24% | 0.66% | - |
| XYZ | 31.7 | 33.3 | 24.84 | - |
| YUV | 155.7 | 111.81 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 155 | 127 | 0 | 0.08 | 0.24 | 0.34 | 40.98 | 0.19 | 0.58 |
| Hex | A8 | 9B | 7F | 0 | 8 | 18 | 22 | 29 | 13 | 3A |
| Octal | 250 | 233 | 177 | 0 | 10 | 30 | 42 | 51 | 23 | 72 |
| Binary | 10101000 | 10011011 | 1111111 | 0 | 1000 | 11000 | 100010 | 101001 | 10011 | 111010 |
Color Harmonies of #A89B7F
Complementary color
Monochromatic Colors of #A89B7F
Black with #A89B7F
Text Example
Text Example
White with #A89B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89B7F; }
p { color: rgb(168,155,127); }
H1.HeaderClassName
{
color: #A89B7F;
}
.AnyTagClassName
{
color: #A89B7F;
}
</style>
background-color css
<style>
a { background-color: #A89B7F; }
a { background-color: rgb(168,155,127); }
div.DivClassName
{
background-color: #A89B7F;
}
.BgClassName
{
background-color: #A89B7F;
}
</style>
border-color css
<style>
span { border-color: #A89B7F; }
span { border-color: rgb(168,155,127); }
td.TdClassName
{
border-color: #A89B7F;
}
.TagClassName
{
border-color: #A89B7F;
}
</style>