Shades of Napa #AFA28C
Tints of Napa #AFA28C
RGB
CMYK
RGB Variations
Color information
#AFA28C (or 0xAFA28C) is known color: Napa. HEX triplet: AF, A2 and 8C. RGB value is (175,162,140). Sum of RGB (Red+Green+Blue) = 175+162+140=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA28C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA28C is #505D73. Grayscale: #A3A3A3. Windows color (decimal): -5266804 or 9216687. OLE color: 9216687.
HSL color Cylindrical-coordinate representation of color #AFA28C: hue angle of 37.71º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFA28C is Cyan = 0, Magento = 0.07, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 162 | 140 | - |
| CMYK | 0 | 0.07 | 0.2 | 0.31 |
| HSL | 37.71º | 0.18% | 0.62% | - |
| HSV(B) | 37.71º | 0.2% | 0.69% | - |
| XYZ | 35.33 | 36.85 | 30.06 | - |
| YUV | 163.38 | 114.81 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 140 | 0 | 0.07 | 0.2 | 0.31 | 37.71 | 0.18 | 0.62 |
| Hex | AF | A2 | 8C | 0 | 7 | 14 | 1F | 26 | 12 | 3E |
| Octal | 257 | 242 | 214 | 0 | 7 | 24 | 37 | 46 | 22 | 76 |
| Binary | 10101111 | 10100010 | 10001100 | 0 | 111 | 10100 | 11111 | 100110 | 10010 | 111110 |
Color Harmonies of #AFA28C
Complementary color
Monochromatic Colors of #AFA28C
Black with #AFA28C
Text Example
Text Example
White with #AFA28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA28C; }
p { color: rgb(175,162,140); }
H1.HeaderClassName
{
color: #AFA28C;
}
.AnyTagClassName
{
color: #AFA28C;
}
</style>
background-color css
<style>
a { background-color: #AFA28C; }
a { background-color: rgb(175,162,140); }
div.DivClassName
{
background-color: #AFA28C;
}
.BgClassName
{
background-color: #AFA28C;
}
</style>
border-color css
<style>
span { border-color: #AFA28C; }
span { border-color: rgb(175,162,140); }
td.TdClassName
{
border-color: #AFA28C;
}
.TagClassName
{
border-color: #AFA28C;
}
</style>