Shades of Caper #AFBE7A
Tints of Caper #AFBE7A
RGB
CMYK
RGB Variations
Color information
#AFBE7A (or 0xAFBE7A) is known color: Caper. HEX triplet: AF, BE and 7A. RGB value is (175,190,122). Sum of RGB (Red+Green+Blue) = 175+190+122=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 122 (48.05% from 255 or 25.05% from 487); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBE7A is #504185. Grayscale: #B2B2B2. Windows color (decimal): -5259654 or 8044207. OLE color: 8044207.
HSL color Cylindrical-coordinate representation of color #AFBE7A: hue angle of 73.24º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFBE7A is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 190 | 122 | - |
| CMYK | 0.08 | 0 | 0.36 | 0.25 |
| HSL | 73.24º | 0.34% | 0.61% | - |
| HSV(B) | 73.24º | 0.36% | 0.75% | - |
| XYZ | 39.61 | 47.35 | 25.46 | - |
| YUV | 177.76 | 96.53 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 190 | 122 | 0.08 | 0 | 0.36 | 0.25 | 73.24 | 0.34 | 0.61 |
| Hex | AF | BE | 7A | 8 | 0 | 24 | 19 | 49 | 22 | 3D |
| Octal | 257 | 276 | 172 | 10 | 0 | 44 | 31 | 111 | 42 | 75 |
| Binary | 10101111 | 10111110 | 1111010 | 1000 | 0 | 100100 | 11001 | 1001001 | 100010 | 111101 |
Color Harmonies of #AFBE7A
Complementary color
Monochromatic Colors of #AFBE7A
Black with #AFBE7A
Text Example
Text Example
White with #AFBE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBE7A; }
p { color: rgb(175,190,122); }
H1.HeaderClassName
{
color: #AFBE7A;
}
.AnyTagClassName
{
color: #AFBE7A;
}
</style>
background-color css
<style>
a { background-color: #AFBE7A; }
a { background-color: rgb(175,190,122); }
div.DivClassName
{
background-color: #AFBE7A;
}
.BgClassName
{
background-color: #AFBE7A;
}
</style>
border-color css
<style>
span { border-color: #AFBE7A; }
span { border-color: rgb(175,190,122); }
td.TdClassName
{
border-color: #AFBE7A;
}
.TagClassName
{
border-color: #AFBE7A;
}
</style>