Shades of Wild Willow #AFC663
Tints of Wild Willow #AFC663
RGB
CMYK
RGB Variations
Color information
#AFC663 (or 0xAFC663) is known color: Wild Willow. HEX triplet: AF, C6 and 63. RGB value is (175,198,99). Sum of RGB (Red+Green+Blue) = 175+198+99=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 198 (77.73% from 255 or 41.95% from 472); Blue value is 99 (39.06% from 255 or 20.97% from 472); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC663 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC663 is #50399C. Grayscale: #B4B4B4. Windows color (decimal): -5257629 or 6538927. OLE color: 6538927.
HSL color Cylindrical-coordinate representation of color #AFC663: hue angle of 73.94º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFC663 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 198 | 99 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.22 |
| HSL | 73.94º | 0.46% | 0.58% | - |
| HSV(B) | 73.94º | 0.5% | 0.78% | - |
| XYZ | 40.13 | 50.4 | 19.42 | - |
| YUV | 179.84 | 82.38 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 99 | 0.12 | 0 | 0.50 | 0.22 | 73.94 | 0.46 | 0.58 |
| Hex | AF | C6 | 63 | C | 0 | 32 | 16 | 4A | 2E | 3A |
| Octal | 257 | 306 | 143 | 14 | 0 | 62 | 26 | 112 | 56 | 72 |
| Binary | 10101111 | 11000110 | 1100011 | 1100 | 0 | 110010 | 10110 | 1001010 | 101110 | 111010 |
Color Harmonies of #AFC663
Complementary color
Monochromatic Colors of #AFC663
Black with #AFC663
Text Example
Text Example
White with #AFC663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC663; }
p { color: rgb(175,198,99); }
H1.HeaderClassName
{
color: #AFC663;
}
.AnyTagClassName
{
color: #AFC663;
}
</style>
background-color css
<style>
a { background-color: #AFC663; }
a { background-color: rgb(175,198,99); }
div.DivClassName
{
background-color: #AFC663;
}
.BgClassName
{
background-color: #AFC663;
}
</style>
border-color css
<style>
span { border-color: #AFC663; }
span { border-color: rgb(175,198,99); }
td.TdClassName
{
border-color: #AFC663;
}
.TagClassName
{
border-color: #AFC663;
}
</style>