Shades of Napa #ACA28C
Tints of Napa #ACA28C
RGB
CMYK
RGB Variations
Color information
#ACA28C (or 0xACA28C) is known color: Napa. HEX triplet: AC, A2 and 8C. RGB value is (172,162,140). Sum of RGB (Red+Green+Blue) = 172+162+140=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA28C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA28C is #535D73. Grayscale: #A2A2A2. Windows color (decimal): -5463412 or 9216684. OLE color: 9216684.
HSL color Cylindrical-coordinate representation of color #ACA28C: hue angle of 41.25º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACA28C is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 162 | 140 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.33 |
| HSL | 41.25º | 0.16% | 0.61% | - |
| HSV(B) | 41.25º | 0.19% | 0.67% | - |
| XYZ | 34.67 | 36.5 | 30.03 | - |
| YUV | 162.48 | 115.31 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 162 | 140 | 0 | 0.06 | 0.19 | 0.33 | 41.25 | 0.16 | 0.61 |
| Hex | AC | A2 | 8C | 0 | 6 | 13 | 21 | 29 | 10 | 3D |
| Octal | 254 | 242 | 214 | 0 | 6 | 23 | 41 | 51 | 20 | 75 |
| Binary | 10101100 | 10100010 | 10001100 | 0 | 110 | 10011 | 100001 | 101001 | 10000 | 111101 |
Color Harmonies of #ACA28C
Complementary color
Monochromatic Colors of #ACA28C
Black with #ACA28C
Text Example
Text Example
White with #ACA28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA28C; }
p { color: rgb(172,162,140); }
H1.HeaderClassName
{
color: #ACA28C;
}
.AnyTagClassName
{
color: #ACA28C;
}
</style>
background-color css
<style>
a { background-color: #ACA28C; }
a { background-color: rgb(172,162,140); }
div.DivClassName
{
background-color: #ACA28C;
}
.BgClassName
{
background-color: #ACA28C;
}
</style>
border-color css
<style>
span { border-color: #ACA28C; }
span { border-color: rgb(172,162,140); }
td.TdClassName
{
border-color: #ACA28C;
}
.TagClassName
{
border-color: #ACA28C;
}
</style>