Shades of Napa #A09A8F
Tints of Napa #A09A8F
RGB
CMYK
RGB Variations
Color information
#A09A8F (or 0xA09A8F) is known color: Napa. HEX triplet: A0, 9A and 8F. RGB value is (160,154,143). Sum of RGB (Red+Green+Blue) = 160+154+143=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 143 (56.25% from 255 or 31.29% from 457); Max value from RGB is 160 - color contains mainly: red. Hex color #A09A8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09A8F is #5F6570. Grayscale: #9A9A9A. Windows color (decimal): -6251889 or 9411232. OLE color: 9411232.
HSL color Cylindrical-coordinate representation of color #A09A8F: hue angle of 38.82º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A09A8F is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
RGB | 160 | 154 | 143 | - |
CMYK | 0 | 0.04 | 0.11 | 0.37 |
HSL | 38.82º | 0.08% | 0.59% | - |
HSV(B) | 38.82º | 0.11% | 0.63% | - |
XYZ | 31.01 | 32.57 | 30.64 | - |
YUV | 154.54 | 121.49 | 131.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 154 | 143 | 0 | 0.04 | 0.11 | 0.37 | 38.82 | 0.08 | 0.59 |
Hex | A0 | 9A | 8F | 0 | 4 | B | 25 | 27 | 8 | 3B |
Octal | 240 | 232 | 217 | 0 | 4 | 13 | 45 | 47 | 10 | 73 |
Binary | 10100000 | 10011010 | 10001111 | 0 | 100 | 1011 | 100101 | 100111 | 1000 | 111011 |
Color Harmonies of #A09A8F
Complementary color
Monochromatic Colors of #A09A8F
Black with #A09A8F
Text Example
Text Example
White with #A09A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09A8F; }
p { color: rgb(160,154,143); }
H1.HeaderClassName
{
color: #A09A8F;
}
.AnyTagClassName
{
color: #A09A8F;
}
</style>
background-color css
<style>
a { background-color: #A09A8F; }
a { background-color: rgb(160,154,143); }
div.DivClassName
{
background-color: #A09A8F;
}
.BgClassName
{
background-color: #A09A8F;
}
</style>
border-color css
<style>
span { border-color: #A09A8F; }
span { border-color: rgb(160,154,143); }
td.TdClassName
{
border-color: #A09A8F;
}
.TagClassName
{
border-color: #A09A8F;
}
</style>