Shades of Napa #AEA084
Tints of Napa #AEA084
RGB
CMYK
RGB Variations
Color information
#AEA084 (or 0xAEA084) is known color: Napa. HEX triplet: AE, A0 and 84. RGB value is (174,160,132). Sum of RGB (Red+Green+Blue) = 174+160+132=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA084 is #515F7B. Grayscale: #A1A1A1. Windows color (decimal): -5332860 or 8691886. OLE color: 8691886.
HSL color Cylindrical-coordinate representation of color #AEA084: hue angle of 40º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEA084 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 160 | 132 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.32 |
| HSL | 40º | 0.21% | 0.6% | - |
| HSV(B) | 40º | 0.24% | 0.68% | - |
| XYZ | 34.19 | 35.81 | 26.94 | - |
| YUV | 160.99 | 111.64 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 160 | 132 | 0 | 0.08 | 0.24 | 0.32 | 40 | 0.21 | 0.6 |
| Hex | AE | A0 | 84 | 0 | 8 | 18 | 20 | 28 | 15 | 3C |
| Octal | 256 | 240 | 204 | 0 | 10 | 30 | 40 | 50 | 25 | 74 |
| Binary | 10101110 | 10100000 | 10000100 | 0 | 1000 | 11000 | 100000 | 101000 | 10101 | 111100 |
Color Harmonies of #AEA084
Complementary color
Monochromatic Colors of #AEA084
Black with #AEA084
Text Example
Text Example
White with #AEA084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA084; }
p { color: rgb(174,160,132); }
H1.HeaderClassName
{
color: #AEA084;
}
.AnyTagClassName
{
color: #AEA084;
}
</style>
background-color css
<style>
a { background-color: #AEA084; }
a { background-color: rgb(174,160,132); }
div.DivClassName
{
background-color: #AEA084;
}
.BgClassName
{
background-color: #AEA084;
}
</style>
border-color css
<style>
span { border-color: #AEA084; }
span { border-color: rgb(174,160,132); }
td.TdClassName
{
border-color: #AEA084;
}
.TagClassName
{
border-color: #AEA084;
}
</style>