Shades of Napa #AEA28D
Tints of Napa #AEA28D
RGB
CMYK
RGB Variations
Color information
#AEA28D (or 0xAEA28D) is known color: Napa. HEX triplet: AE, A2 and 8D. RGB value is (174,162,141). Sum of RGB (Red+Green+Blue) = 174+162+141=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA28D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA28D is #515D72. Grayscale: #A3A3A3. Windows color (decimal): -5332339 or 9282222. OLE color: 9282222.
HSL color Cylindrical-coordinate representation of color #AEA28D: hue angle of 38.18º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AEA28D is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 162 | 141 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.32 |
| HSL | 38.18º | 0.17% | 0.62% | - |
| HSV(B) | 38.18º | 0.19% | 0.68% | - |
| XYZ | 35.18 | 36.76 | 30.44 | - |
| YUV | 163.19 | 115.48 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 162 | 141 | 0 | 0.07 | 0.19 | 0.32 | 38.18 | 0.17 | 0.62 |
| Hex | AE | A2 | 8D | 0 | 7 | 13 | 20 | 26 | 11 | 3E |
| Octal | 256 | 242 | 215 | 0 | 7 | 23 | 40 | 46 | 21 | 76 |
| Binary | 10101110 | 10100010 | 10001101 | 0 | 111 | 10011 | 100000 | 100110 | 10001 | 111110 |
Color Harmonies of #AEA28D
Complementary color
Monochromatic Colors of #AEA28D
Black with #AEA28D
Text Example
Text Example
White with #AEA28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA28D; }
p { color: rgb(174,162,141); }
H1.HeaderClassName
{
color: #AEA28D;
}
.AnyTagClassName
{
color: #AEA28D;
}
</style>
background-color css
<style>
a { background-color: #AEA28D; }
a { background-color: rgb(174,162,141); }
div.DivClassName
{
background-color: #AEA28D;
}
.BgClassName
{
background-color: #AEA28D;
}
</style>
border-color css
<style>
span { border-color: #AEA28D; }
span { border-color: rgb(174,162,141); }
td.TdClassName
{
border-color: #AEA28D;
}
.TagClassName
{
border-color: #AEA28D;
}
</style>