Shades of Caper #AFCB7A
Tints of Caper #AFCB7A
RGB
CMYK
RGB Variations
Color information
#AFCB7A (or 0xAFCB7A) is known color: Caper. HEX triplet: AF, CB and 7A. RGB value is (175,203,122). Sum of RGB (Red+Green+Blue) = 175+203+122=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 203 (79.69% from 255 or 40.6% from 500); Blue value is 122 (48.05% from 255 or 24.4% from 500); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCB7A is #503485. Grayscale: #B9B9B9. Windows color (decimal): -5256326 or 8047535. OLE color: 8047535.
HSL color Cylindrical-coordinate representation of color #AFCB7A: hue angle of 80.74º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFCB7A is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 203 | 122 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.20 |
| HSL | 80.74º | 0.44% | 0.64% | - |
| HSV(B) | 80.74º | 0.4% | 0.8% | - |
| XYZ | 42.55 | 53.23 | 26.44 | - |
| YUV | 185.39 | 92.22 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 203 | 122 | 0.14 | 0 | 0.40 | 0.20 | 80.74 | 0.44 | 0.64 |
| Hex | AF | CB | 7A | E | 0 | 28 | 14 | 51 | 2C | 40 |
| Octal | 257 | 313 | 172 | 16 | 0 | 50 | 24 | 121 | 54 | 100 |
| Binary | 10101111 | 11001011 | 1111010 | 1110 | 0 | 101000 | 10100 | 1010001 | 101100 | 1000000 |
Color Harmonies of #AFCB7A
Complementary color
Monochromatic Colors of #AFCB7A
Black with #AFCB7A
Text Example
Text Example
White with #AFCB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCB7A; }
p { color: rgb(175,203,122); }
H1.HeaderClassName
{
color: #AFCB7A;
}
.AnyTagClassName
{
color: #AFCB7A;
}
</style>
background-color css
<style>
a { background-color: #AFCB7A; }
a { background-color: rgb(175,203,122); }
div.DivClassName
{
background-color: #AFCB7A;
}
.BgClassName
{
background-color: #AFCB7A;
}
</style>
border-color css
<style>
span { border-color: #AFCB7A; }
span { border-color: rgb(175,203,122); }
td.TdClassName
{
border-color: #AFCB7A;
}
.TagClassName
{
border-color: #AFCB7A;
}
</style>