Shades of Napa #AEA18D
Tints of Napa #AEA18D
RGB
CMYK
RGB Variations
Color information
#AEA18D (or 0xAEA18D) is known color: Napa. HEX triplet: AE, A1 and 8D. RGB value is (174,161,141). Sum of RGB (Red+Green+Blue) = 174+161+141=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA18D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA18D is #515E72. Grayscale: #A2A2A2. Windows color (decimal): -5332595 or 9281966. OLE color: 9281966.
HSL color Cylindrical-coordinate representation of color #AEA18D: hue angle of 36.36º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AEA18D is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 161 | 141 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.32 |
| HSL | 36.36º | 0.17% | 0.62% | - |
| HSV(B) | 36.36º | 0.19% | 0.68% | - |
| XYZ | 35.01 | 36.41 | 30.38 | - |
| YUV | 162.61 | 115.81 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 161 | 141 | 0 | 0.07 | 0.19 | 0.32 | 36.36 | 0.17 | 0.62 |
| Hex | AE | A1 | 8D | 0 | 7 | 13 | 20 | 24 | 11 | 3E |
| Octal | 256 | 241 | 215 | 0 | 7 | 23 | 40 | 44 | 21 | 76 |
| Binary | 10101110 | 10100001 | 10001101 | 0 | 111 | 10011 | 100000 | 100100 | 10001 | 111110 |
Color Harmonies of #AEA18D
Complementary color
Monochromatic Colors of #AEA18D
Black with #AEA18D
Text Example
Text Example
White with #AEA18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA18D; }
p { color: rgb(174,161,141); }
H1.HeaderClassName
{
color: #AEA18D;
}
.AnyTagClassName
{
color: #AEA18D;
}
</style>
background-color css
<style>
a { background-color: #AEA18D; }
a { background-color: rgb(174,161,141); }
div.DivClassName
{
background-color: #AEA18D;
}
.BgClassName
{
background-color: #AEA18D;
}
</style>
border-color css
<style>
span { border-color: #AEA18D; }
span { border-color: rgb(174,161,141); }
td.TdClassName
{
border-color: #AEA18D;
}
.TagClassName
{
border-color: #AEA18D;
}
</style>