Shades of Napa #AEA28C
Tints of Napa #AEA28C
RGB
CMYK
RGB Variations
Color information
#AEA28C (or 0xAEA28C) is known color: Napa. HEX triplet: AE, A2 and 8C. RGB value is (174,162,140). Sum of RGB (Red+Green+Blue) = 174+162+140=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA28C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA28C is #515D73. Grayscale: #A3A3A3. Windows color (decimal): -5332340 or 9216686. OLE color: 9216686.
HSL color Cylindrical-coordinate representation of color #AEA28C: hue angle of 38.82º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEA28C is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 162 | 140 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.32 |
| HSL | 38.82º | 0.17% | 0.62% | - |
| HSV(B) | 38.82º | 0.2% | 0.68% | - |
| XYZ | 35.11 | 36.73 | 30.05 | - |
| YUV | 163.08 | 114.98 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 162 | 140 | 0 | 0.07 | 0.20 | 0.32 | 38.82 | 0.17 | 0.62 |
| Hex | AE | A2 | 8C | 0 | 7 | 14 | 20 | 27 | 11 | 3E |
| Octal | 256 | 242 | 214 | 0 | 7 | 24 | 40 | 47 | 21 | 76 |
| Binary | 10101110 | 10100010 | 10001100 | 0 | 111 | 10100 | 100000 | 100111 | 10001 | 111110 |
Color Harmonies of #AEA28C
Complementary color
Monochromatic Colors of #AEA28C
Black with #AEA28C
Text Example
Text Example
White with #AEA28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA28C; }
p { color: rgb(174,162,140); }
H1.HeaderClassName
{
color: #AEA28C;
}
.AnyTagClassName
{
color: #AEA28C;
}
</style>
background-color css
<style>
a { background-color: #AEA28C; }
a { background-color: rgb(174,162,140); }
div.DivClassName
{
background-color: #AEA28C;
}
.BgClassName
{
background-color: #AEA28C;
}
</style>
border-color css
<style>
span { border-color: #AEA28C; }
span { border-color: rgb(174,162,140); }
td.TdClassName
{
border-color: #AEA28C;
}
.TagClassName
{
border-color: #AEA28C;
}
</style>