Shades of Napa #AEA087
Tints of Napa #AEA087
RGB
CMYK
RGB Variations
Color information
#AEA087 (or 0xAEA087) is known color: Napa. HEX triplet: AE, A0 and 87. RGB value is (174,160,135). Sum of RGB (Red+Green+Blue) = 174+160+135=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 135 (53.12% from 255 or 28.78% from 469); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA087 is #515F78. Grayscale: #A1A1A1. Windows color (decimal): -5332857 or 8888494. OLE color: 8888494.
HSL color Cylindrical-coordinate representation of color #AEA087: hue angle of 38.46º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEA087 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 160 | 135 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.32 |
| HSL | 38.46º | 0.19% | 0.61% | - |
| HSV(B) | 38.46º | 0.22% | 0.68% | - |
| XYZ | 34.4 | 35.89 | 28.04 | - |
| YUV | 161.34 | 113.14 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 160 | 135 | 0 | 0.08 | 0.22 | 0.32 | 38.46 | 0.19 | 0.61 |
| Hex | AE | A0 | 87 | 0 | 8 | 16 | 20 | 26 | 13 | 3D |
| Octal | 256 | 240 | 207 | 0 | 10 | 26 | 40 | 46 | 23 | 75 |
| Binary | 10101110 | 10100000 | 10000111 | 0 | 1000 | 10110 | 100000 | 100110 | 10011 | 111101 |
Color Harmonies of #AEA087
Complementary color
Monochromatic Colors of #AEA087
Black with #AEA087
Text Example
Text Example
White with #AEA087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA087; }
p { color: rgb(174,160,135); }
H1.HeaderClassName
{
color: #AEA087;
}
.AnyTagClassName
{
color: #AEA087;
}
</style>
background-color css
<style>
a { background-color: #AEA087; }
a { background-color: rgb(174,160,135); }
div.DivClassName
{
background-color: #AEA087;
}
.BgClassName
{
background-color: #AEA087;
}
</style>
border-color css
<style>
span { border-color: #AEA087; }
span { border-color: rgb(174,160,135); }
td.TdClassName
{
border-color: #AEA087;
}
.TagClassName
{
border-color: #AEA087;
}
</style>