Shades of Napa #AEA28B
Tints of Napa #AEA28B
RGB
CMYK
RGB Variations
Color information
#AEA28B (or 0xAEA28B) is known color: Napa. HEX triplet: AE, A2 and 8B. RGB value is (174,162,139). Sum of RGB (Red+Green+Blue) = 174+162+139=475 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.63% from 475); Green value is 162 (63.67% from 255 or 34.11% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA28B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA28B is #515D74. Grayscale: #A3A3A3. Windows color (decimal): -5332341 or 9151150. OLE color: 9151150.
HSL color Cylindrical-coordinate representation of color #AEA28B: hue angle of 39.43º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEA28B is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 162 | 139 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.32 |
| HSL | 39.43º | 0.18% | 0.61% | - |
| HSV(B) | 39.43º | 0.2% | 0.68% | - |
| XYZ | 35.04 | 36.7 | 29.66 | - |
| YUV | 162.97 | 114.48 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 162 | 139 | 0 | 0.07 | 0.20 | 0.32 | 39.43 | 0.18 | 0.61 |
| Hex | AE | A2 | 8B | 0 | 7 | 14 | 20 | 27 | 12 | 3D |
| Octal | 256 | 242 | 213 | 0 | 7 | 24 | 40 | 47 | 22 | 75 |
| Binary | 10101110 | 10100010 | 10001011 | 0 | 111 | 10100 | 100000 | 100111 | 10010 | 111101 |
Color Harmonies of #AEA28B
Complementary color
Monochromatic Colors of #AEA28B
Black with #AEA28B
Text Example
Text Example
White with #AEA28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA28B; }
p { color: rgb(174,162,139); }
H1.HeaderClassName
{
color: #AEA28B;
}
.AnyTagClassName
{
color: #AEA28B;
}
</style>
background-color css
<style>
a { background-color: #AEA28B; }
a { background-color: rgb(174,162,139); }
div.DivClassName
{
background-color: #AEA28B;
}
.BgClassName
{
background-color: #AEA28B;
}
</style>
border-color css
<style>
span { border-color: #AEA28B; }
span { border-color: rgb(174,162,139); }
td.TdClassName
{
border-color: #AEA28B;
}
.TagClassName
{
border-color: #AEA28B;
}
</style>