Shades of Wild Willow #AFC967
Tints of Wild Willow #AFC967
RGB
CMYK
RGB Variations
Color information
#AFC967 (or 0xAFC967) is known color: Wild Willow. HEX triplet: AF, C9 and 67. RGB value is (175,201,103). Sum of RGB (Red+Green+Blue) = 175+201+103=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 201 (78.91% from 255 or 41.96% from 479); Blue value is 103 (40.62% from 255 or 21.50% from 479); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC967 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC967 is #503698. Grayscale: #B6B6B6. Windows color (decimal): -5256857 or 6801839. OLE color: 6801839.
HSL color Cylindrical-coordinate representation of color #AFC967: hue angle of 75.92º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFC967 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 201 | 103 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.21 |
| HSL | 75.92º | 0.48% | 0.6% | - |
| HSV(B) | 75.92º | 0.49% | 0.79% | - |
| XYZ | 41.01 | 51.87 | 20.68 | - |
| YUV | 182.05 | 83.39 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 103 | 0.13 | 0 | 0.49 | 0.21 | 75.92 | 0.48 | 0.6 |
| Hex | AF | C9 | 67 | D | 0 | 31 | 15 | 4C | 30 | 3C |
| Octal | 257 | 311 | 147 | 15 | 0 | 61 | 25 | 114 | 60 | 74 |
| Binary | 10101111 | 11001001 | 1100111 | 1101 | 0 | 110001 | 10101 | 1001100 | 110000 | 111100 |
Color Harmonies of #AFC967
Complementary color
Monochromatic Colors of #AFC967
Black with #AFC967
Text Example
Text Example
White with #AFC967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC967; }
p { color: rgb(175,201,103); }
H1.HeaderClassName
{
color: #AFC967;
}
.AnyTagClassName
{
color: #AFC967;
}
</style>
background-color css
<style>
a { background-color: #AFC967; }
a { background-color: rgb(175,201,103); }
div.DivClassName
{
background-color: #AFC967;
}
.BgClassName
{
background-color: #AFC967;
}
</style>
border-color css
<style>
span { border-color: #AFC967; }
span { border-color: rgb(175,201,103); }
td.TdClassName
{
border-color: #AFC967;
}
.TagClassName
{
border-color: #AFC967;
}
</style>