Shades of Napa #A29A8A
Tints of Napa #A29A8A
RGB
CMYK
RGB Variations
Color information
#A29A8A (or 0xA29A8A) is known color: Napa. HEX triplet: A2, 9A and 8A. RGB value is (162,154,138). Sum of RGB (Red+Green+Blue) = 162+154+138=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 154 (60.55% from 255 or 33.92% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29A8A is #5D6575. Grayscale: #9A9A9A. Windows color (decimal): -6120822 or 9083554. OLE color: 9083554.
HSL color Cylindrical-coordinate representation of color #A29A8A: hue angle of 40º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A29A8A is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
RGB | 162 | 154 | 138 | - |
CMYK | 0 | 0.05 | 0.15 | 0.36 |
HSL | 40º | 0.11% | 0.59% | - |
HSV(B) | 40º | 0.15% | 0.64% | - |
XYZ | 31.04 | 32.63 | 28.71 | - |
YUV | 154.57 | 118.65 | 133.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 154 | 138 | 0 | 0.05 | 0.15 | 0.36 | 40 | 0.11 | 0.59 |
Hex | A2 | 9A | 8A | 0 | 5 | F | 24 | 28 | B | 3B |
Octal | 242 | 232 | 212 | 0 | 5 | 17 | 44 | 50 | 13 | 73 |
Binary | 10100010 | 10011010 | 10001010 | 0 | 101 | 1111 | 100100 | 101000 | 1011 | 111011 |
Color Harmonies of #A29A8A
Complementary color
Monochromatic Colors of #A29A8A
Black with #A29A8A
Text Example
Text Example
White with #A29A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29A8A; }
p { color: rgb(162,154,138); }
H1.HeaderClassName
{
color: #A29A8A;
}
.AnyTagClassName
{
color: #A29A8A;
}
</style>
background-color css
<style>
a { background-color: #A29A8A; }
a { background-color: rgb(162,154,138); }
div.DivClassName
{
background-color: #A29A8A;
}
.BgClassName
{
background-color: #A29A8A;
}
</style>
border-color css
<style>
span { border-color: #A29A8A; }
span { border-color: rgb(162,154,138); }
td.TdClassName
{
border-color: #A29A8A;
}
.TagClassName
{
border-color: #A29A8A;
}
</style>