Shades of Napa #A2998B
Tints of Napa #A2998B
RGB
CMYK
RGB Variations
Color information
#A2998B (or 0xA2998B) is known color: Napa. HEX triplet: A2, 99 and 8B. RGB value is (162,153,139). Sum of RGB (Red+Green+Blue) = 162+153+139=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 162 - color contains mainly: red. Hex color #A2998B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2998B is #5D6674. Grayscale: #9A9A9A. Windows color (decimal): -6121077 or 9148834. OLE color: 9148834.
HSL color Cylindrical-coordinate representation of color #A2998B: hue angle of 36.52º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A2998B is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 153 | 139 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.36 |
| HSL | 36.52º | 0.11% | 0.59% | - |
| HSV(B) | 36.52º | 0.14% | 0.64% | - |
| XYZ | 30.95 | 32.33 | 29.03 | - |
| YUV | 154.1 | 119.48 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 153 | 139 | 0 | 0.06 | 0.14 | 0.36 | 36.52 | 0.11 | 0.59 |
| Hex | A2 | 99 | 8B | 0 | 6 | E | 24 | 25 | B | 3B |
| Octal | 242 | 231 | 213 | 0 | 6 | 16 | 44 | 45 | 13 | 73 |
| Binary | 10100010 | 10011001 | 10001011 | 0 | 110 | 1110 | 100100 | 100101 | 1011 | 111011 |
Color Harmonies of #A2998B
Complementary color
Monochromatic Colors of #A2998B
Black with #A2998B
Text Example
Text Example
White with #A2998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2998B; }
p { color: rgb(162,153,139); }
H1.HeaderClassName
{
color: #A2998B;
}
.AnyTagClassName
{
color: #A2998B;
}
</style>
background-color css
<style>
a { background-color: #A2998B; }
a { background-color: rgb(162,153,139); }
div.DivClassName
{
background-color: #A2998B;
}
.BgClassName
{
background-color: #A2998B;
}
</style>
border-color css
<style>
span { border-color: #A2998B; }
span { border-color: rgb(162,153,139); }
td.TdClassName
{
border-color: #A2998B;
}
.TagClassName
{
border-color: #A2998B;
}
</style>