Shades of Caper #AFCA70
Tints of Caper #AFCA70
RGB
CMYK
RGB Variations
Color information
#AFCA70 (or 0xAFCA70) is known color: Caper. HEX triplet: AF, CA and 70. RGB value is (175,202,112). Sum of RGB (Red+Green+Blue) = 175+202+112=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 112 (44.14% from 255 or 22.90% from 489); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCA70 is #50358F. Grayscale: #B8B8B8. Windows color (decimal): -5256592 or 7391919. OLE color: 7391919.
HSL color Cylindrical-coordinate representation of color #AFCA70: hue angle of 78º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFCA70 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 202 | 112 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.21 |
| HSL | 78º | 0.46% | 0.62% | - |
| HSV(B) | 78º | 0.45% | 0.79% | - |
| XYZ | 41.72 | 52.52 | 23.27 | - |
| YUV | 183.67 | 87.55 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 202 | 112 | 0.13 | 0 | 0.45 | 0.21 | 78 | 0.46 | 0.62 |
| Hex | AF | CA | 70 | D | 0 | 2D | 15 | 4E | 2E | 3E |
| Octal | 257 | 312 | 160 | 15 | 0 | 55 | 25 | 116 | 56 | 76 |
| Binary | 10101111 | 11001010 | 1110000 | 1101 | 0 | 101101 | 10101 | 1001110 | 101110 | 111110 |
Color Harmonies of #AFCA70
Complementary color
Monochromatic Colors of #AFCA70
Black with #AFCA70
Text Example
Text Example
White with #AFCA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCA70; }
p { color: rgb(175,202,112); }
H1.HeaderClassName
{
color: #AFCA70;
}
.AnyTagClassName
{
color: #AFCA70;
}
</style>
background-color css
<style>
a { background-color: #AFCA70; }
a { background-color: rgb(175,202,112); }
div.DivClassName
{
background-color: #AFCA70;
}
.BgClassName
{
background-color: #AFCA70;
}
</style>
border-color css
<style>
span { border-color: #AFCA70; }
span { border-color: rgb(175,202,112); }
td.TdClassName
{
border-color: #AFCA70;
}
.TagClassName
{
border-color: #AFCA70;
}
</style>