Shades of Caper #AFCA77
Tints of Caper #AFCA77
RGB
CMYK
RGB Variations
Color information
#AFCA77 (or 0xAFCA77) is known color: Caper. HEX triplet: AF, CA and 77. RGB value is (175,202,119). Sum of RGB (Red+Green+Blue) = 175+202+119=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 119 (46.88% from 255 or 23.99% from 496); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCA77 is #503588. Grayscale: #B8B8B8. Windows color (decimal): -5256585 or 7850671. OLE color: 7850671.
HSL color Cylindrical-coordinate representation of color #AFCA77: hue angle of 79.52º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFCA77 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 202 | 119 | - |
| CMYK | 0.13 | 0 | 0.41 | 0.21 |
| HSL | 79.52º | 0.44% | 0.63% | - |
| HSV(B) | 79.52º | 0.41% | 0.79% | - |
| XYZ | 42.13 | 52.69 | 25.4 | - |
| YUV | 184.47 | 91.05 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 202 | 119 | 0.13 | 0 | 0.41 | 0.21 | 79.52 | 0.44 | 0.63 |
| Hex | AF | CA | 77 | D | 0 | 29 | 15 | 50 | 2C | 3F |
| Octal | 257 | 312 | 167 | 15 | 0 | 51 | 25 | 120 | 54 | 77 |
| Binary | 10101111 | 11001010 | 1110111 | 1101 | 0 | 101001 | 10101 | 1010000 | 101100 | 111111 |
Color Harmonies of #AFCA77
Complementary color
Monochromatic Colors of #AFCA77
Black with #AFCA77
Text Example
Text Example
White with #AFCA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCA77; }
p { color: rgb(175,202,119); }
H1.HeaderClassName
{
color: #AFCA77;
}
.AnyTagClassName
{
color: #AFCA77;
}
</style>
background-color css
<style>
a { background-color: #AFCA77; }
a { background-color: rgb(175,202,119); }
div.DivClassName
{
background-color: #AFCA77;
}
.BgClassName
{
background-color: #AFCA77;
}
</style>
border-color css
<style>
span { border-color: #AFCA77; }
span { border-color: rgb(175,202,119); }
td.TdClassName
{
border-color: #AFCA77;
}
.TagClassName
{
border-color: #AFCA77;
}
</style>