Shades of Napa #AEA083
Tints of Napa #AEA083
RGB
CMYK
RGB Variations
Color information
#AEA083 (or 0xAEA083) is known color: Napa. HEX triplet: AE, A0 and 83. RGB value is (174,160,131). Sum of RGB (Red+Green+Blue) = 174+160+131=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 131 (51.56% from 255 or 28.17% from 465); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA083 is #515F7C. Grayscale: #A1A1A1. Windows color (decimal): -5332861 or 8626350. OLE color: 8626350.
HSL color Cylindrical-coordinate representation of color #AEA083: hue angle of 40.47º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEA083 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 160 | 131 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.32 |
| HSL | 40.47º | 0.21% | 0.6% | - |
| HSV(B) | 40.47º | 0.25% | 0.68% | - |
| XYZ | 34.12 | 35.78 | 26.58 | - |
| YUV | 160.88 | 111.14 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 160 | 131 | 0 | 0.08 | 0.25 | 0.32 | 40.47 | 0.21 | 0.6 |
| Hex | AE | A0 | 83 | 0 | 8 | 19 | 20 | 28 | 15 | 3C |
| Octal | 256 | 240 | 203 | 0 | 10 | 31 | 40 | 50 | 25 | 74 |
| Binary | 10101110 | 10100000 | 10000011 | 0 | 1000 | 11001 | 100000 | 101000 | 10101 | 111100 |
Color Harmonies of #AEA083
Complementary color
Monochromatic Colors of #AEA083
Black with #AEA083
Text Example
Text Example
White with #AEA083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA083; }
p { color: rgb(174,160,131); }
H1.HeaderClassName
{
color: #AEA083;
}
.AnyTagClassName
{
color: #AEA083;
}
</style>
background-color css
<style>
a { background-color: #AEA083; }
a { background-color: rgb(174,160,131); }
div.DivClassName
{
background-color: #AEA083;
}
.BgClassName
{
background-color: #AEA083;
}
</style>
border-color css
<style>
span { border-color: #AEA083; }
span { border-color: rgb(174,160,131); }
td.TdClassName
{
border-color: #AEA083;
}
.TagClassName
{
border-color: #AEA083;
}
</style>