Shades of Napa #AEA08A
Tints of Napa #AEA08A
RGB
CMYK
RGB Variations
Color information
#AEA08A (or 0xAEA08A) is known color: Napa. HEX triplet: AE, A0 and 8A. RGB value is (174,160,138). Sum of RGB (Red+Green+Blue) = 174+160+138=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA08A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA08A is #515F75. Grayscale: #A1A1A1. Windows color (decimal): -5332854 or 9085102. OLE color: 9085102.
HSL color Cylindrical-coordinate representation of color #AEA08A: hue angle of 36.67º degrees, saturation: 0.18, 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 #AEA08A is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 160 | 138 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.32 |
| HSL | 36.67º | 0.18% | 0.61% | - |
| HSV(B) | 36.67º | 0.21% | 0.68% | - |
| XYZ | 34.61 | 35.98 | 29.16 | - |
| YUV | 161.68 | 114.64 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 160 | 138 | 0 | 0.08 | 0.21 | 0.32 | 36.67 | 0.18 | 0.61 |
| Hex | AE | A0 | 8A | 0 | 8 | 15 | 20 | 25 | 12 | 3D |
| Octal | 256 | 240 | 212 | 0 | 10 | 25 | 40 | 45 | 22 | 75 |
| Binary | 10101110 | 10100000 | 10001010 | 0 | 1000 | 10101 | 100000 | 100101 | 10010 | 111101 |
Color Harmonies of #AEA08A
Complementary color
Monochromatic Colors of #AEA08A
Black with #AEA08A
Text Example
Text Example
White with #AEA08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA08A; }
p { color: rgb(174,160,138); }
H1.HeaderClassName
{
color: #AEA08A;
}
.AnyTagClassName
{
color: #AEA08A;
}
</style>
background-color css
<style>
a { background-color: #AEA08A; }
a { background-color: rgb(174,160,138); }
div.DivClassName
{
background-color: #AEA08A;
}
.BgClassName
{
background-color: #AEA08A;
}
</style>
border-color css
<style>
span { border-color: #AEA08A; }
span { border-color: rgb(174,160,138); }
td.TdClassName
{
border-color: #AEA08A;
}
.TagClassName
{
border-color: #AEA08A;
}
</style>