Shades of Napa #AEA289
Tints of Napa #AEA289
RGB
CMYK
RGB Variations
Color information
#AEA289 (or 0xAEA289) is known color: Napa. HEX triplet: AE, A2 and 89. RGB value is (174,162,137). Sum of RGB (Red+Green+Blue) = 174+162+137=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 137 (53.91% from 255 or 28.96% from 473); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA289 is #515D76. Grayscale: #A2A2A2. Windows color (decimal): -5332343 or 9020078. OLE color: 9020078.
HSL color Cylindrical-coordinate representation of color #AEA289: hue angle of 40.54º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEA289 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 162 | 137 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.32 |
| HSL | 40.54º | 0.19% | 0.61% | - |
| HSV(B) | 40.54º | 0.21% | 0.68% | - |
| XYZ | 34.89 | 36.65 | 28.9 | - |
| YUV | 162.74 | 113.48 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 162 | 137 | 0 | 0.07 | 0.21 | 0.32 | 40.54 | 0.19 | 0.61 |
| Hex | AE | A2 | 89 | 0 | 7 | 15 | 20 | 29 | 13 | 3D |
| Octal | 256 | 242 | 211 | 0 | 7 | 25 | 40 | 51 | 23 | 75 |
| Binary | 10101110 | 10100010 | 10001001 | 0 | 111 | 10101 | 100000 | 101001 | 10011 | 111101 |
Color Harmonies of #AEA289
Complementary color
Monochromatic Colors of #AEA289
Black with #AEA289
Text Example
Text Example
White with #AEA289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA289; }
p { color: rgb(174,162,137); }
H1.HeaderClassName
{
color: #AEA289;
}
.AnyTagClassName
{
color: #AEA289;
}
</style>
background-color css
<style>
a { background-color: #AEA289; }
a { background-color: rgb(174,162,137); }
div.DivClassName
{
background-color: #AEA289;
}
.BgClassName
{
background-color: #AEA289;
}
</style>
border-color css
<style>
span { border-color: #AEA289; }
span { border-color: rgb(174,162,137); }
td.TdClassName
{
border-color: #AEA289;
}
.TagClassName
{
border-color: #AEA289;
}
</style>