Shades of Wild Willow #AFC961
Tints of Wild Willow #AFC961
RGB
CMYK
RGB Variations
Color information
#AFC961 (or 0xAFC961) is known color: Wild Willow. HEX triplet: AF, C9 and 61. RGB value is (175,201,97). Sum of RGB (Red+Green+Blue) = 175+201+97=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 97 (38.28% from 255 or 20.51% from 473); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC961 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC961 is #50369E. Grayscale: #B5B5B5. Windows color (decimal): -5256863 or 6408623. OLE color: 6408623.
HSL color Cylindrical-coordinate representation of color #AFC961: hue angle of 75º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFC961 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 201 | 97 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.21 |
| HSL | 75º | 0.49% | 0.58% | - |
| HSV(B) | 75º | 0.52% | 0.79% | - |
| XYZ | 40.72 | 51.75 | 19.15 | - |
| YUV | 181.37 | 80.39 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 97 | 0.13 | 0 | 0.52 | 0.21 | 75 | 0.49 | 0.58 |
| Hex | AF | C9 | 61 | D | 0 | 34 | 15 | 4B | 31 | 3A |
| Octal | 257 | 311 | 141 | 15 | 0 | 64 | 25 | 113 | 61 | 72 |
| Binary | 10101111 | 11001001 | 1100001 | 1101 | 0 | 110100 | 10101 | 1001011 | 110001 | 111010 |
Color Harmonies of #AFC961
Complementary color
Monochromatic Colors of #AFC961
Black with #AFC961
Text Example
Text Example
White with #AFC961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC961; }
p { color: rgb(175,201,97); }
H1.HeaderClassName
{
color: #AFC961;
}
.AnyTagClassName
{
color: #AFC961;
}
</style>
background-color css
<style>
a { background-color: #AFC961; }
a { background-color: rgb(175,201,97); }
div.DivClassName
{
background-color: #AFC961;
}
.BgClassName
{
background-color: #AFC961;
}
</style>
border-color css
<style>
span { border-color: #AFC961; }
span { border-color: rgb(175,201,97); }
td.TdClassName
{
border-color: #AFC961;
}
.TagClassName
{
border-color: #AFC961;
}
</style>