Shades of Wild Willow #AFC167
Tints of Wild Willow #AFC167
RGB
CMYK
RGB Variations
Color information
#AFC167 (or 0xAFC167) is known color: Wild Willow. HEX triplet: AF, C1 and 67. RGB value is (175,193,103). Sum of RGB (Red+Green+Blue) = 175+193+103=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 103 (40.62% from 255 or 21.87% from 471); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC167 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC167 is #503E98. Grayscale: #B1B1B1. Windows color (decimal): -5258905 or 6799791. OLE color: 6799791.
HSL color Cylindrical-coordinate representation of color #AFC167: hue angle of 72º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFC167 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 193 | 103 | - |
| CMYK | 0.09 | 0 | 0.47 | 0.24 |
| HSL | 72º | 0.42% | 0.58% | - |
| HSV(B) | 72º | 0.47% | 0.76% | - |
| XYZ | 39.2 | 48.23 | 20.08 | - |
| YUV | 177.36 | 86.04 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 193 | 103 | 0.09 | 0 | 0.47 | 0.24 | 72 | 0.42 | 0.58 |
| Hex | AF | C1 | 67 | 9 | 0 | 2F | 18 | 48 | 2A | 3A |
| Octal | 257 | 301 | 147 | 11 | 0 | 57 | 30 | 110 | 52 | 72 |
| Binary | 10101111 | 11000001 | 1100111 | 1001 | 0 | 101111 | 11000 | 1001000 | 101010 | 111010 |
Color Harmonies of #AFC167
Complementary color
Monochromatic Colors of #AFC167
Black with #AFC167
Text Example
Text Example
White with #AFC167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC167; }
p { color: rgb(175,193,103); }
H1.HeaderClassName
{
color: #AFC167;
}
.AnyTagClassName
{
color: #AFC167;
}
</style>
background-color css
<style>
a { background-color: #AFC167; }
a { background-color: rgb(175,193,103); }
div.DivClassName
{
background-color: #AFC167;
}
.BgClassName
{
background-color: #AFC167;
}
</style>
border-color css
<style>
span { border-color: #AFC167; }
span { border-color: rgb(175,193,103); }
td.TdClassName
{
border-color: #AFC167;
}
.TagClassName
{
border-color: #AFC167;
}
</style>