Shades of Caper #AFBE81
Tints of Caper #AFBE81
RGB
CMYK
RGB Variations
Color information
#AFBE81 (or 0xAFBE81) is known color: Caper. HEX triplet: AF, BE and 81. RGB value is (175,190,129). Sum of RGB (Red+Green+Blue) = 175+190+129=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 190 (74.61% from 255 or 38.46% from 494); Blue value is 129 (50.78% from 255 or 26.11% from 494); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBE81 is #50417E. Grayscale: #B2B2B2. Windows color (decimal): -5259647 or 8502959. OLE color: 8502959.
HSL color Cylindrical-coordinate representation of color #AFBE81: hue angle of 74.75º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFBE81 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 190 | 129 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.25 |
| HSL | 74.75º | 0.32% | 0.63% | - |
| HSV(B) | 74.75º | 0.32% | 0.75% | - |
| XYZ | 40.06 | 47.53 | 27.83 | - |
| YUV | 178.56 | 100.03 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 190 | 129 | 0.08 | 0 | 0.32 | 0.25 | 74.75 | 0.32 | 0.63 |
| Hex | AF | BE | 81 | 8 | 0 | 20 | 19 | 4B | 20 | 3F |
| Octal | 257 | 276 | 201 | 10 | 0 | 40 | 31 | 113 | 40 | 77 |
| Binary | 10101111 | 10111110 | 10000001 | 1000 | 0 | 100000 | 11001 | 1001011 | 100000 | 111111 |
Color Harmonies of #AFBE81
Complementary color
Monochromatic Colors of #AFBE81
Black with #AFBE81
Text Example
Text Example
White with #AFBE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBE81; }
p { color: rgb(175,190,129); }
H1.HeaderClassName
{
color: #AFBE81;
}
.AnyTagClassName
{
color: #AFBE81;
}
</style>
background-color css
<style>
a { background-color: #AFBE81; }
a { background-color: rgb(175,190,129); }
div.DivClassName
{
background-color: #AFBE81;
}
.BgClassName
{
background-color: #AFBE81;
}
</style>
border-color css
<style>
span { border-color: #AFBE81; }
span { border-color: rgb(175,190,129); }
td.TdClassName
{
border-color: #AFBE81;
}
.TagClassName
{
border-color: #AFBE81;
}
</style>