Shades of Napa #AFA28D
Tints of Napa #AFA28D
RGB
CMYK
RGB Variations
Color information
#AFA28D (or 0xAFA28D) is known color: Napa. HEX triplet: AF, A2 and 8D. RGB value is (175,162,141). Sum of RGB (Red+Green+Blue) = 175+162+141=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA28D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA28D is #505D72. Grayscale: #A3A3A3. Windows color (decimal): -5266803 or 9282223. OLE color: 9282223.
HSL color Cylindrical-coordinate representation of color #AFA28D: hue angle of 37.06º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFA28D is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 162 | 141 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.31 |
| HSL | 37.06º | 0.18% | 0.62% | - |
| HSV(B) | 37.06º | 0.19% | 0.69% | - |
| XYZ | 35.41 | 36.88 | 30.45 | - |
| YUV | 163.49 | 115.31 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 141 | 0 | 0.07 | 0.19 | 0.31 | 37.06 | 0.18 | 0.62 |
| Hex | AF | A2 | 8D | 0 | 7 | 13 | 1F | 25 | 12 | 3E |
| Octal | 257 | 242 | 215 | 0 | 7 | 23 | 37 | 45 | 22 | 76 |
| Binary | 10101111 | 10100010 | 10001101 | 0 | 111 | 10011 | 11111 | 100101 | 10010 | 111110 |
Color Harmonies of #AFA28D
Complementary color
Monochromatic Colors of #AFA28D
Black with #AFA28D
Text Example
Text Example
White with #AFA28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA28D; }
p { color: rgb(175,162,141); }
H1.HeaderClassName
{
color: #AFA28D;
}
.AnyTagClassName
{
color: #AFA28D;
}
</style>
background-color css
<style>
a { background-color: #AFA28D; }
a { background-color: rgb(175,162,141); }
div.DivClassName
{
background-color: #AFA28D;
}
.BgClassName
{
background-color: #AFA28D;
}
</style>
border-color css
<style>
span { border-color: #AFA28D; }
span { border-color: rgb(175,162,141); }
td.TdClassName
{
border-color: #AFA28D;
}
.TagClassName
{
border-color: #AFA28D;
}
</style>