Shades of Wild Willow #AFC869
Tints of Wild Willow #AFC869
RGB
CMYK
RGB Variations
Color information
#AFC869 (or 0xAFC869) is known color: Wild Willow. HEX triplet: AF, C8 and 69. RGB value is (175,200,105). Sum of RGB (Red+Green+Blue) = 175+200+105=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 200 (78.52% from 255 or 41.67% from 480); Blue value is 105 (41.41% from 255 or 21.88% from 480); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC869 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC869 is #503796. Grayscale: #B6B6B6. Windows color (decimal): -5257111 or 6932655. OLE color: 6932655.
HSL color Cylindrical-coordinate representation of color #AFC869: hue angle of 75.79º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AFC869 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 105 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.22 |
| HSL | 75.79º | 0.46% | 0.6% | - |
| HSV(B) | 75.79º | 0.48% | 0.78% | - |
| XYZ | 40.88 | 51.44 | 21.14 | - |
| YUV | 181.7 | 84.72 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 105 | 0.12 | 0 | 0.48 | 0.22 | 75.79 | 0.46 | 0.6 |
| Hex | AF | C8 | 69 | C | 0 | 30 | 16 | 4C | 2E | 3C |
| Octal | 257 | 310 | 151 | 14 | 0 | 60 | 26 | 114 | 56 | 74 |
| Binary | 10101111 | 11001000 | 1101001 | 1100 | 0 | 110000 | 10110 | 1001100 | 101110 | 111100 |
Color Harmonies of #AFC869
Complementary color
Monochromatic Colors of #AFC869
Black with #AFC869
Text Example
Text Example
White with #AFC869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC869; }
p { color: rgb(175,200,105); }
H1.HeaderClassName
{
color: #AFC869;
}
.AnyTagClassName
{
color: #AFC869;
}
</style>
background-color css
<style>
a { background-color: #AFC869; }
a { background-color: rgb(175,200,105); }
div.DivClassName
{
background-color: #AFC869;
}
.BgClassName
{
background-color: #AFC869;
}
</style>
border-color css
<style>
span { border-color: #AFC869; }
span { border-color: rgb(175,200,105); }
td.TdClassName
{
border-color: #AFC869;
}
.TagClassName
{
border-color: #AFC869;
}
</style>