Shades of Napa #AEA184
Tints of Napa #AEA184
RGB
CMYK
RGB Variations
Color information
#AEA184 (or 0xAEA184) is known color: Napa. HEX triplet: AE, A1 and 84. RGB value is (174,161,132). Sum of RGB (Red+Green+Blue) = 174+161+132=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 132 (51.95% from 255 or 28.27% from 467); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA184 is #515E7B. Grayscale: #A1A1A1. Windows color (decimal): -5332604 or 8692142. OLE color: 8692142.
HSL color Cylindrical-coordinate representation of color #AEA184: hue angle of 41.43º 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 #AEA184 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 161 | 132 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.32 |
| HSL | 41.43º | 0.21% | 0.6% | - |
| HSV(B) | 41.43º | 0.24% | 0.68% | - |
| XYZ | 34.37 | 36.15 | 27 | - |
| YUV | 161.58 | 111.31 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 161 | 132 | 0 | 0.07 | 0.24 | 0.32 | 41.43 | 0.21 | 0.6 |
| Hex | AE | A1 | 84 | 0 | 7 | 18 | 20 | 29 | 15 | 3C |
| Octal | 256 | 241 | 204 | 0 | 7 | 30 | 40 | 51 | 25 | 74 |
| Binary | 10101110 | 10100001 | 10000100 | 0 | 111 | 11000 | 100000 | 101001 | 10101 | 111100 |
Color Harmonies of #AEA184
Complementary color
Monochromatic Colors of #AEA184
Black with #AEA184
Text Example
Text Example
White with #AEA184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA184; }
p { color: rgb(174,161,132); }
H1.HeaderClassName
{
color: #AEA184;
}
.AnyTagClassName
{
color: #AEA184;
}
</style>
background-color css
<style>
a { background-color: #AEA184; }
a { background-color: rgb(174,161,132); }
div.DivClassName
{
background-color: #AEA184;
}
.BgClassName
{
background-color: #AEA184;
}
</style>
border-color css
<style>
span { border-color: #AEA184; }
span { border-color: rgb(174,161,132); }
td.TdClassName
{
border-color: #AEA184;
}
.TagClassName
{
border-color: #AEA184;
}
</style>