Shades of Napa #AEA18C
Tints of Napa #AEA18C
RGB
CMYK
RGB Variations
Color information
#AEA18C (or 0xAEA18C) is known color: Napa. HEX triplet: AE, A1 and 8C. RGB value is (174,161,140). Sum of RGB (Red+Green+Blue) = 174+161+140=475 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.63% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA18C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA18C is #515E73. Grayscale: #A2A2A2. Windows color (decimal): -5332596 or 9216430. OLE color: 9216430.
HSL color Cylindrical-coordinate representation of color #AEA18C: hue angle of 37.06º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEA18C is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 161 | 140 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.32 |
| HSL | 37.06º | 0.17% | 0.62% | - |
| HSV(B) | 37.06º | 0.2% | 0.68% | - |
| XYZ | 34.93 | 36.38 | 29.99 | - |
| YUV | 162.49 | 115.31 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 161 | 140 | 0 | 0.07 | 0.20 | 0.32 | 37.06 | 0.17 | 0.62 |
| Hex | AE | A1 | 8C | 0 | 7 | 14 | 20 | 25 | 11 | 3E |
| Octal | 256 | 241 | 214 | 0 | 7 | 24 | 40 | 45 | 21 | 76 |
| Binary | 10101110 | 10100001 | 10001100 | 0 | 111 | 10100 | 100000 | 100101 | 10001 | 111110 |
Color Harmonies of #AEA18C
Complementary color
Monochromatic Colors of #AEA18C
Black with #AEA18C
Text Example
Text Example
White with #AEA18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA18C; }
p { color: rgb(174,161,140); }
H1.HeaderClassName
{
color: #AEA18C;
}
.AnyTagClassName
{
color: #AEA18C;
}
</style>
background-color css
<style>
a { background-color: #AEA18C; }
a { background-color: rgb(174,161,140); }
div.DivClassName
{
background-color: #AEA18C;
}
.BgClassName
{
background-color: #AEA18C;
}
</style>
border-color css
<style>
span { border-color: #AEA18C; }
span { border-color: rgb(174,161,140); }
td.TdClassName
{
border-color: #AEA18C;
}
.TagClassName
{
border-color: #AEA18C;
}
</style>