Shades of Napa #AFA28B
Tints of Napa #AFA28B
RGB
CMYK
RGB Variations
Color information
#AFA28B (or 0xAFA28B) is known color: Napa. HEX triplet: AF, A2 and 8B. RGB value is (175,162,139). Sum of RGB (Red+Green+Blue) = 175+162+139=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA28B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA28B is #505D74. Grayscale: #A3A3A3. Windows color (decimal): -5266805 or 9151151. OLE color: 9151151.
HSL color Cylindrical-coordinate representation of color #AFA28B: hue angle of 38.33º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFA28B is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 162 | 139 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.31 |
| HSL | 38.33º | 0.18% | 0.62% | - |
| HSV(B) | 38.33º | 0.21% | 0.69% | - |
| XYZ | 35.26 | 36.82 | 29.67 | - |
| YUV | 163.27 | 114.31 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 139 | 0 | 0.07 | 0.21 | 0.31 | 38.33 | 0.18 | 0.62 |
| Hex | AF | A2 | 8B | 0 | 7 | 15 | 1F | 26 | 12 | 3E |
| Octal | 257 | 242 | 213 | 0 | 7 | 25 | 37 | 46 | 22 | 76 |
| Binary | 10101111 | 10100010 | 10001011 | 0 | 111 | 10101 | 11111 | 100110 | 10010 | 111110 |
Color Harmonies of #AFA28B
Complementary color
Monochromatic Colors of #AFA28B
Black with #AFA28B
Text Example
Text Example
White with #AFA28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA28B; }
p { color: rgb(175,162,139); }
H1.HeaderClassName
{
color: #AFA28B;
}
.AnyTagClassName
{
color: #AFA28B;
}
</style>
background-color css
<style>
a { background-color: #AFA28B; }
a { background-color: rgb(175,162,139); }
div.DivClassName
{
background-color: #AFA28B;
}
.BgClassName
{
background-color: #AFA28B;
}
</style>
border-color css
<style>
span { border-color: #AFA28B; }
span { border-color: rgb(175,162,139); }
td.TdClassName
{
border-color: #AFA28B;
}
.TagClassName
{
border-color: #AFA28B;
}
</style>