Shades of Caper #AFCB75
Tints of Caper #AFCB75
RGB
CMYK
RGB Variations
Color information
#AFCB75 (or 0xAFCB75) is known color: Caper. HEX triplet: AF, CB and 75. RGB value is (175,203,117). Sum of RGB (Red+Green+Blue) = 175+203+117=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 203 (79.69% from 255 or 41.01% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCB75 is #50348A. Grayscale: #B9B9B9. Windows color (decimal): -5256331 or 7719855. OLE color: 7719855.
HSL color Cylindrical-coordinate representation of color #AFCB75: hue angle of 79.53º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFCB75 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 203 | 117 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.20 |
| HSL | 79.53º | 0.45% | 0.63% | - |
| HSV(B) | 79.53º | 0.42% | 0.8% | - |
| XYZ | 42.25 | 53.11 | 24.85 | - |
| YUV | 184.82 | 89.72 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 203 | 117 | 0.14 | 0 | 0.42 | 0.20 | 79.53 | 0.45 | 0.63 |
| Hex | AF | CB | 75 | E | 0 | 2A | 14 | 50 | 2D | 3F |
| Octal | 257 | 313 | 165 | 16 | 0 | 52 | 24 | 120 | 55 | 77 |
| Binary | 10101111 | 11001011 | 1110101 | 1110 | 0 | 101010 | 10100 | 1010000 | 101101 | 111111 |
Color Harmonies of #AFCB75
Complementary color
Monochromatic Colors of #AFCB75
Black with #AFCB75
Text Example
Text Example
White with #AFCB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCB75; }
p { color: rgb(175,203,117); }
H1.HeaderClassName
{
color: #AFCB75;
}
.AnyTagClassName
{
color: #AFCB75;
}
</style>
background-color css
<style>
a { background-color: #AFCB75; }
a { background-color: rgb(175,203,117); }
div.DivClassName
{
background-color: #AFCB75;
}
.BgClassName
{
background-color: #AFCB75;
}
</style>
border-color css
<style>
span { border-color: #AFCB75; }
span { border-color: rgb(175,203,117); }
td.TdClassName
{
border-color: #AFCB75;
}
.TagClassName
{
border-color: #AFCB75;
}
</style>