Shades of Napa #AEA186
Tints of Napa #AEA186
RGB
CMYK
RGB Variations
Color information
#AEA186 (or 0xAEA186) is known color: Napa. HEX triplet: AE, A1 and 86. RGB value is (174,161,134). Sum of RGB (Red+Green+Blue) = 174+161+134=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 134 (52.73% from 255 or 28.57% from 469); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA186 is #515E79. Grayscale: #A1A1A1. Windows color (decimal): -5332602 or 8823214. OLE color: 8823214.
HSL color Cylindrical-coordinate representation of color #AEA186: hue angle of 40.5º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEA186 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 161 | 134 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.32 |
| HSL | 40.5º | 0.2% | 0.6% | - |
| HSV(B) | 40.5º | 0.23% | 0.68% | - |
| XYZ | 34.5 | 36.21 | 27.72 | - |
| YUV | 161.81 | 112.31 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 161 | 134 | 0 | 0.07 | 0.23 | 0.32 | 40.5 | 0.2 | 0.6 |
| Hex | AE | A1 | 86 | 0 | 7 | 17 | 20 | 28 | 14 | 3C |
| Octal | 256 | 241 | 206 | 0 | 7 | 27 | 40 | 50 | 24 | 74 |
| Binary | 10101110 | 10100001 | 10000110 | 0 | 111 | 10111 | 100000 | 101000 | 10100 | 111100 |
Color Harmonies of #AEA186
Complementary color
Monochromatic Colors of #AEA186
Black with #AEA186
Text Example
Text Example
White with #AEA186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA186; }
p { color: rgb(174,161,134); }
H1.HeaderClassName
{
color: #AEA186;
}
.AnyTagClassName
{
color: #AEA186;
}
</style>
background-color css
<style>
a { background-color: #AEA186; }
a { background-color: rgb(174,161,134); }
div.DivClassName
{
background-color: #AEA186;
}
.BgClassName
{
background-color: #AEA186;
}
</style>
border-color css
<style>
span { border-color: #AEA186; }
span { border-color: rgb(174,161,134); }
td.TdClassName
{
border-color: #AEA186;
}
.TagClassName
{
border-color: #AEA186;
}
</style>