Shades of Napa #AEA089
Tints of Napa #AEA089
RGB
CMYK
RGB Variations
Color information
#AEA089 (or 0xAEA089) is known color: Napa. HEX triplet: AE, A0 and 89. RGB value is (174,160,137). Sum of RGB (Red+Green+Blue) = 174+160+137=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 137 (53.91% from 255 or 29.09% from 471); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA089 is #515F76. Grayscale: #A1A1A1. Windows color (decimal): -5332855 or 9019566. OLE color: 9019566.
HSL color Cylindrical-coordinate representation of color #AEA089: hue angle of 37.3º 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 #AEA089 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 160 | 137 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.32 |
| HSL | 37.3º | 0.19% | 0.61% | - |
| HSV(B) | 37.3º | 0.21% | 0.68% | - |
| XYZ | 34.54 | 35.95 | 28.78 | - |
| YUV | 161.56 | 114.14 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 160 | 137 | 0 | 0.08 | 0.21 | 0.32 | 37.3 | 0.19 | 0.61 |
| Hex | AE | A0 | 89 | 0 | 8 | 15 | 20 | 25 | 13 | 3D |
| Octal | 256 | 240 | 211 | 0 | 10 | 25 | 40 | 45 | 23 | 75 |
| Binary | 10101110 | 10100000 | 10001001 | 0 | 1000 | 10101 | 100000 | 100101 | 10011 | 111101 |
Color Harmonies of #AEA089
Complementary color
Monochromatic Colors of #AEA089
Black with #AEA089
Text Example
Text Example
White with #AEA089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA089; }
p { color: rgb(174,160,137); }
H1.HeaderClassName
{
color: #AEA089;
}
.AnyTagClassName
{
color: #AEA089;
}
</style>
background-color css
<style>
a { background-color: #AEA089; }
a { background-color: rgb(174,160,137); }
div.DivClassName
{
background-color: #AEA089;
}
.BgClassName
{
background-color: #AEA089;
}
</style>
border-color css
<style>
span { border-color: #AEA089; }
span { border-color: rgb(174,160,137); }
td.TdClassName
{
border-color: #AEA089;
}
.TagClassName
{
border-color: #AEA089;
}
</style>