Shades of Caper #AFBC7A
Tints of Caper #AFBC7A
RGB
CMYK
RGB Variations
Color information
#AFBC7A (or 0xAFBC7A) is known color: Caper. HEX triplet: AF, BC and 7A. RGB value is (175,188,122). Sum of RGB (Red+Green+Blue) = 175+188+122=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 122 (48.05% from 255 or 25.15% from 485); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBC7A is #504385. Grayscale: #B0B0B0. Windows color (decimal): -5260166 or 8043695. OLE color: 8043695.
HSL color Cylindrical-coordinate representation of color #AFBC7A: hue angle of 71.82º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFBC7A is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 122 | - |
| CMYK | 0.07 | 0 | 0.35 | 0.26 |
| HSL | 71.82º | 0.33% | 0.61% | - |
| HSV(B) | 71.82º | 0.35% | 0.74% | - |
| XYZ | 39.18 | 46.49 | 25.32 | - |
| YUV | 176.59 | 97.19 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 122 | 0.07 | 0 | 0.35 | 0.26 | 71.82 | 0.33 | 0.61 |
| Hex | AF | BC | 7A | 7 | 0 | 23 | 1A | 48 | 21 | 3D |
| Octal | 257 | 274 | 172 | 7 | 0 | 43 | 32 | 110 | 41 | 75 |
| Binary | 10101111 | 10111100 | 1111010 | 111 | 0 | 100011 | 11010 | 1001000 | 100001 | 111101 |
Color Harmonies of #AFBC7A
Complementary color
Monochromatic Colors of #AFBC7A
Black with #AFBC7A
Text Example
Text Example
White with #AFBC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBC7A; }
p { color: rgb(175,188,122); }
H1.HeaderClassName
{
color: #AFBC7A;
}
.AnyTagClassName
{
color: #AFBC7A;
}
</style>
background-color css
<style>
a { background-color: #AFBC7A; }
a { background-color: rgb(175,188,122); }
div.DivClassName
{
background-color: #AFBC7A;
}
.BgClassName
{
background-color: #AFBC7A;
}
</style>
border-color css
<style>
span { border-color: #AFBC7A; }
span { border-color: rgb(175,188,122); }
td.TdClassName
{
border-color: #AFBC7A;
}
.TagClassName
{
border-color: #AFBC7A;
}
</style>