Shades of Napa #AFA184
Tints of Napa #AFA184
RGB
CMYK
RGB Variations
Color information
#AFA184 (or 0xAFA184) is known color: Napa. HEX triplet: AF, A1 and 84. RGB value is (175,161,132). Sum of RGB (Red+Green+Blue) = 175+161+132=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 132 (51.95% from 255 or 28.21% from 468); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA184 is #505E7B. Grayscale: #A2A2A2. Windows color (decimal): -5267068 or 8692143. OLE color: 8692143.
HSL color Cylindrical-coordinate representation of color #AFA184: hue angle of 40.47º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFA184 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 161 | 132 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.31 |
| HSL | 40.47º | 0.21% | 0.6% | - |
| HSV(B) | 40.47º | 0.25% | 0.69% | - |
| XYZ | 34.59 | 36.27 | 27.01 | - |
| YUV | 161.88 | 111.14 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 161 | 132 | 0 | 0.08 | 0.25 | 0.31 | 40.47 | 0.21 | 0.6 |
| Hex | AF | A1 | 84 | 0 | 8 | 19 | 1F | 28 | 15 | 3C |
| Octal | 257 | 241 | 204 | 0 | 10 | 31 | 37 | 50 | 25 | 74 |
| Binary | 10101111 | 10100001 | 10000100 | 0 | 1000 | 11001 | 11111 | 101000 | 10101 | 111100 |
Color Harmonies of #AFA184
Complementary color
Monochromatic Colors of #AFA184
Black with #AFA184
Text Example
Text Example
White with #AFA184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA184; }
p { color: rgb(175,161,132); }
H1.HeaderClassName
{
color: #AFA184;
}
.AnyTagClassName
{
color: #AFA184;
}
</style>
background-color css
<style>
a { background-color: #AFA184; }
a { background-color: rgb(175,161,132); }
div.DivClassName
{
background-color: #AFA184;
}
.BgClassName
{
background-color: #AFA184;
}
</style>
border-color css
<style>
span { border-color: #AFA184; }
span { border-color: rgb(175,161,132); }
td.TdClassName
{
border-color: #AFA184;
}
.TagClassName
{
border-color: #AFA184;
}
</style>