Shades of Caper #AFBE7D
Tints of Caper #AFBE7D
RGB
CMYK
RGB Variations
Color information
#AFBE7D (or 0xAFBE7D) is known color: Caper. HEX triplet: AF, BE and 7D. RGB value is (175,190,125). Sum of RGB (Red+Green+Blue) = 175+190+125=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBE7D is #504182. Grayscale: #B2B2B2. Windows color (decimal): -5259651 or 8240815. OLE color: 8240815.
HSL color Cylindrical-coordinate representation of color #AFBE7D: hue angle of 73.85º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFBE7D is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 190 | 125 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.25 |
| HSL | 73.85º | 0.33% | 0.62% | - |
| HSV(B) | 73.85º | 0.34% | 0.75% | - |
| XYZ | 39.79 | 47.42 | 26.46 | - |
| YUV | 178.11 | 98.03 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 190 | 125 | 0.08 | 0 | 0.34 | 0.25 | 73.85 | 0.33 | 0.62 |
| Hex | AF | BE | 7D | 8 | 0 | 22 | 19 | 4A | 21 | 3E |
| Octal | 257 | 276 | 175 | 10 | 0 | 42 | 31 | 112 | 41 | 76 |
| Binary | 10101111 | 10111110 | 1111101 | 1000 | 0 | 100010 | 11001 | 1001010 | 100001 | 111110 |
Color Harmonies of #AFBE7D
Complementary color
Monochromatic Colors of #AFBE7D
Black with #AFBE7D
Text Example
Text Example
White with #AFBE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBE7D; }
p { color: rgb(175,190,125); }
H1.HeaderClassName
{
color: #AFBE7D;
}
.AnyTagClassName
{
color: #AFBE7D;
}
</style>
background-color css
<style>
a { background-color: #AFBE7D; }
a { background-color: rgb(175,190,125); }
div.DivClassName
{
background-color: #AFBE7D;
}
.BgClassName
{
background-color: #AFBE7D;
}
</style>
border-color css
<style>
span { border-color: #AFBE7D; }
span { border-color: rgb(175,190,125); }
td.TdClassName
{
border-color: #AFBE7D;
}
.TagClassName
{
border-color: #AFBE7D;
}
</style>