Shades of Napa #AFA288
Tints of Napa #AFA288
RGB
CMYK
RGB Variations
Color information
#AFA288 (or 0xAFA288) is known color: Napa. HEX triplet: AF, A2 and 88. RGB value is (175,162,136). Sum of RGB (Red+Green+Blue) = 175+162+136=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 136 (53.52% from 255 or 28.75% from 473); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA288 is #505D77. Grayscale: #A3A3A3. Windows color (decimal): -5266808 or 8954543. OLE color: 8954543.
HSL color Cylindrical-coordinate representation of color #AFA288: hue angle of 40º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFA288 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 162 | 136 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.31 |
| HSL | 40º | 0.2% | 0.61% | - |
| HSV(B) | 40º | 0.22% | 0.69% | - |
| XYZ | 35.04 | 36.73 | 28.54 | - |
| YUV | 162.92 | 112.81 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 136 | 0 | 0.07 | 0.22 | 0.31 | 40 | 0.2 | 0.61 |
| Hex | AF | A2 | 88 | 0 | 7 | 16 | 1F | 28 | 14 | 3D |
| Octal | 257 | 242 | 210 | 0 | 7 | 26 | 37 | 50 | 24 | 75 |
| Binary | 10101111 | 10100010 | 10001000 | 0 | 111 | 10110 | 11111 | 101000 | 10100 | 111101 |
Color Harmonies of #AFA288
Complementary color
Monochromatic Colors of #AFA288
Black with #AFA288
Text Example
Text Example
White with #AFA288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA288; }
p { color: rgb(175,162,136); }
H1.HeaderClassName
{
color: #AFA288;
}
.AnyTagClassName
{
color: #AFA288;
}
</style>
background-color css
<style>
a { background-color: #AFA288; }
a { background-color: rgb(175,162,136); }
div.DivClassName
{
background-color: #AFA288;
}
.BgClassName
{
background-color: #AFA288;
}
</style>
border-color css
<style>
span { border-color: #AFA288; }
span { border-color: rgb(175,162,136); }
td.TdClassName
{
border-color: #AFA288;
}
.TagClassName
{
border-color: #AFA288;
}
</style>