Shades of Napa #AFA18A
Tints of Napa #AFA18A
RGB
CMYK
RGB Variations
Color information
#AFA18A (or 0xAFA18A) is known color: Napa. HEX triplet: AF, A1 and 8A. RGB value is (175,161,138). Sum of RGB (Red+Green+Blue) = 175+161+138=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 161 (63.28% from 255 or 33.97% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA18A is #505E75. Grayscale: #A2A2A2. Windows color (decimal): -5267062 or 9085359. OLE color: 9085359.
HSL color Cylindrical-coordinate representation of color #AFA18A: hue angle of 37.3º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFA18A is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 161 | 138 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.31 |
| HSL | 37.3º | 0.19% | 0.61% | - |
| HSV(B) | 37.3º | 0.21% | 0.69% | - |
| XYZ | 35.01 | 36.44 | 29.23 | - |
| YUV | 162.56 | 114.14 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 161 | 138 | 0 | 0.08 | 0.21 | 0.31 | 37.3 | 0.19 | 0.61 |
| Hex | AF | A1 | 8A | 0 | 8 | 15 | 1F | 25 | 13 | 3D |
| Octal | 257 | 241 | 212 | 0 | 10 | 25 | 37 | 45 | 23 | 75 |
| Binary | 10101111 | 10100001 | 10001010 | 0 | 1000 | 10101 | 11111 | 100101 | 10011 | 111101 |
Color Harmonies of #AFA18A
Complementary color
Monochromatic Colors of #AFA18A
Black with #AFA18A
Text Example
Text Example
White with #AFA18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA18A; }
p { color: rgb(175,161,138); }
H1.HeaderClassName
{
color: #AFA18A;
}
.AnyTagClassName
{
color: #AFA18A;
}
</style>
background-color css
<style>
a { background-color: #AFA18A; }
a { background-color: rgb(175,161,138); }
div.DivClassName
{
background-color: #AFA18A;
}
.BgClassName
{
background-color: #AFA18A;
}
</style>
border-color css
<style>
span { border-color: #AFA18A; }
span { border-color: rgb(175,161,138); }
td.TdClassName
{
border-color: #AFA18A;
}
.TagClassName
{
border-color: #AFA18A;
}
</style>