Shades of Wild Willow #AFC965
Tints of Wild Willow #AFC965
RGB
CMYK
RGB Variations
Color information
#AFC965 (or 0xAFC965) is known color: Wild Willow. HEX triplet: AF, C9 and 65. RGB value is (175,201,101). Sum of RGB (Red+Green+Blue) = 175+201+101=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 201 (78.91% from 255 or 42.14% from 477); Blue value is 101 (39.84% from 255 or 21.17% from 477); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC965 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC965 is #50369A. Grayscale: #B6B6B6. Windows color (decimal): -5256859 or 6670767. OLE color: 6670767.
HSL color Cylindrical-coordinate representation of color #AFC965: hue angle of 75.6º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFC965 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 201 | 101 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.21 |
| HSL | 75.6º | 0.48% | 0.59% | - |
| HSV(B) | 75.6º | 0.5% | 0.79% | - |
| XYZ | 40.91 | 51.83 | 20.16 | - |
| YUV | 181.83 | 82.39 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 101 | 0.13 | 0 | 0.50 | 0.21 | 75.6 | 0.48 | 0.59 |
| Hex | AF | C9 | 65 | D | 0 | 32 | 15 | 4C | 30 | 3B |
| Octal | 257 | 311 | 145 | 15 | 0 | 62 | 25 | 114 | 60 | 73 |
| Binary | 10101111 | 11001001 | 1100101 | 1101 | 0 | 110010 | 10101 | 1001100 | 110000 | 111011 |
Color Harmonies of #AFC965
Complementary color
Monochromatic Colors of #AFC965
Black with #AFC965
Text Example
Text Example
White with #AFC965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC965; }
p { color: rgb(175,201,101); }
H1.HeaderClassName
{
color: #AFC965;
}
.AnyTagClassName
{
color: #AFC965;
}
</style>
background-color css
<style>
a { background-color: #AFC965; }
a { background-color: rgb(175,201,101); }
div.DivClassName
{
background-color: #AFC965;
}
.BgClassName
{
background-color: #AFC965;
}
</style>
border-color css
<style>
span { border-color: #AFC965; }
span { border-color: rgb(175,201,101); }
td.TdClassName
{
border-color: #AFC965;
}
.TagClassName
{
border-color: #AFC965;
}
</style>