Shades of Caper #AFBE8E
Tints of Caper #AFBE8E
RGB
CMYK
RGB Variations
Color information
#AFBE8E (or 0xAFBE8E) is known color: Caper. HEX triplet: AF, BE and 8E. RGB value is (175,190,142). Sum of RGB (Red+Green+Blue) = 175+190+142=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBE8E is #504171. Grayscale: #B4B4B4. Windows color (decimal): -5259634 or 9354927. OLE color: 9354927.
HSL color Cylindrical-coordinate representation of color #AFBE8E: hue angle of 78.75º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFBE8E is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 190 | 142 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.25 |
| HSL | 78.75º | 0.27% | 0.65% | - |
| HSV(B) | 78.75º | 0.25% | 0.75% | - |
| XYZ | 40.98 | 47.89 | 32.68 | - |
| YUV | 180.04 | 106.53 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 190 | 142 | 0.08 | 0 | 0.25 | 0.25 | 78.75 | 0.27 | 0.65 |
| Hex | AF | BE | 8E | 8 | 0 | 19 | 19 | 4F | 1B | 41 |
| Octal | 257 | 276 | 216 | 10 | 0 | 31 | 31 | 117 | 33 | 101 |
| Binary | 10101111 | 10111110 | 10001110 | 1000 | 0 | 11001 | 11001 | 1001111 | 11011 | 1000001 |
Color Harmonies of #AFBE8E
Complementary color
Monochromatic Colors of #AFBE8E
Black with #AFBE8E
Text Example
Text Example
White with #AFBE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBE8E; }
p { color: rgb(175,190,142); }
H1.HeaderClassName
{
color: #AFBE8E;
}
.AnyTagClassName
{
color: #AFBE8E;
}
</style>
background-color css
<style>
a { background-color: #AFBE8E; }
a { background-color: rgb(175,190,142); }
div.DivClassName
{
background-color: #AFBE8E;
}
.BgClassName
{
background-color: #AFBE8E;
}
</style>
border-color css
<style>
span { border-color: #AFBE8E; }
span { border-color: rgb(175,190,142); }
td.TdClassName
{
border-color: #AFBE8E;
}
.TagClassName
{
border-color: #AFBE8E;
}
</style>