Shades of Caper #AFCB8A
Tints of Caper #AFCB8A
RGB
CMYK
RGB Variations
Color information
#AFCB8A (or 0xAFCB8A) is known color: Caper. HEX triplet: AF, CB and 8A. RGB value is (175,203,138). Sum of RGB (Red+Green+Blue) = 175+203+138=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCB8A is #503475. Grayscale: #BBBBBB. Windows color (decimal): -5256310 or 9096111. OLE color: 9096111.
HSL color Cylindrical-coordinate representation of color #AFCB8A: hue angle of 85.85º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFCB8A is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 203 | 138 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.20 |
| HSL | 85.85º | 0.38% | 0.67% | - |
| HSV(B) | 85.85º | 0.32% | 0.8% | - |
| XYZ | 43.62 | 53.66 | 32.1 | - |
| YUV | 187.22 | 100.22 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 203 | 138 | 0.14 | 0 | 0.32 | 0.20 | 85.85 | 0.38 | 0.67 |
| Hex | AF | CB | 8A | E | 0 | 20 | 14 | 56 | 26 | 43 |
| Octal | 257 | 313 | 212 | 16 | 0 | 40 | 24 | 126 | 46 | 103 |
| Binary | 10101111 | 11001011 | 10001010 | 1110 | 0 | 100000 | 10100 | 1010110 | 100110 | 1000011 |
Color Harmonies of #AFCB8A
Complementary color
Monochromatic Colors of #AFCB8A
Black with #AFCB8A
Text Example
Text Example
White with #AFCB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCB8A; }
p { color: rgb(175,203,138); }
H1.HeaderClassName
{
color: #AFCB8A;
}
.AnyTagClassName
{
color: #AFCB8A;
}
</style>
background-color css
<style>
a { background-color: #AFCB8A; }
a { background-color: rgb(175,203,138); }
div.DivClassName
{
background-color: #AFCB8A;
}
.BgClassName
{
background-color: #AFCB8A;
}
</style>
border-color css
<style>
span { border-color: #AFCB8A; }
span { border-color: rgb(175,203,138); }
td.TdClassName
{
border-color: #AFCB8A;
}
.TagClassName
{
border-color: #AFCB8A;
}
</style>