Shades of Napa #AEA28E
Tints of Napa #AEA28E
RGB
CMYK
RGB Variations
Color information
#AEA28E (or 0xAEA28E) is known color: Napa. HEX triplet: AE, A2 and 8E. RGB value is (174,162,142). Sum of RGB (Red+Green+Blue) = 174+162+142=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA28E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA28E is #515D71. Grayscale: #A3A3A3. Windows color (decimal): -5332338 or 9347758. OLE color: 9347758.
HSL color Cylindrical-coordinate representation of color #AEA28E: hue angle of 37.5º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AEA28E is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 162 | 142 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.32 |
| HSL | 37.5º | 0.16% | 0.62% | - |
| HSV(B) | 37.5º | 0.18% | 0.68% | - |
| XYZ | 35.26 | 36.79 | 30.83 | - |
| YUV | 163.31 | 115.98 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 162 | 142 | 0 | 0.07 | 0.18 | 0.32 | 37.5 | 0.16 | 0.62 |
| Hex | AE | A2 | 8E | 0 | 7 | 12 | 20 | 26 | 10 | 3E |
| Octal | 256 | 242 | 216 | 0 | 7 | 22 | 40 | 46 | 20 | 76 |
| Binary | 10101110 | 10100010 | 10001110 | 0 | 111 | 10010 | 100000 | 100110 | 10000 | 111110 |
Color Harmonies of #AEA28E
Complementary color
Monochromatic Colors of #AEA28E
Black with #AEA28E
Text Example
Text Example
White with #AEA28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA28E; }
p { color: rgb(174,162,142); }
H1.HeaderClassName
{
color: #AEA28E;
}
.AnyTagClassName
{
color: #AEA28E;
}
</style>
background-color css
<style>
a { background-color: #AEA28E; }
a { background-color: rgb(174,162,142); }
div.DivClassName
{
background-color: #AEA28E;
}
.BgClassName
{
background-color: #AEA28E;
}
</style>
border-color css
<style>
span { border-color: #AEA28E; }
span { border-color: rgb(174,162,142); }
td.TdClassName
{
border-color: #AEA28E;
}
.TagClassName
{
border-color: #AEA28E;
}
</style>