Shades of Caper #AFBE7B
Tints of Caper #AFBE7B
RGB
CMYK
RGB Variations
Color information
#AFBE7B (or 0xAFBE7B) is known color: Caper. HEX triplet: AF, BE and 7B. RGB value is (175,190,123). Sum of RGB (Red+Green+Blue) = 175+190+123=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 190 (74.61% from 255 or 38.93% from 488); Blue value is 123 (48.44% from 255 or 25.20% from 488); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBE7B is #504184. Grayscale: #B2B2B2. Windows color (decimal): -5259653 or 8109743. OLE color: 8109743.
HSL color Cylindrical-coordinate representation of color #AFBE7B: hue angle of 73.43º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFBE7B is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 190 | 123 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.25 |
| HSL | 73.43º | 0.34% | 0.61% | - |
| HSV(B) | 73.43º | 0.35% | 0.75% | - |
| XYZ | 39.67 | 47.37 | 25.79 | - |
| YUV | 177.88 | 97.03 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 190 | 123 | 0.08 | 0 | 0.35 | 0.25 | 73.43 | 0.34 | 0.61 |
| Hex | AF | BE | 7B | 8 | 0 | 23 | 19 | 49 | 22 | 3D |
| Octal | 257 | 276 | 173 | 10 | 0 | 43 | 31 | 111 | 42 | 75 |
| Binary | 10101111 | 10111110 | 1111011 | 1000 | 0 | 100011 | 11001 | 1001001 | 100010 | 111101 |
Color Harmonies of #AFBE7B
Complementary color
Monochromatic Colors of #AFBE7B
Black with #AFBE7B
Text Example
Text Example
White with #AFBE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBE7B; }
p { color: rgb(175,190,123); }
H1.HeaderClassName
{
color: #AFBE7B;
}
.AnyTagClassName
{
color: #AFBE7B;
}
</style>
background-color css
<style>
a { background-color: #AFBE7B; }
a { background-color: rgb(175,190,123); }
div.DivClassName
{
background-color: #AFBE7B;
}
.BgClassName
{
background-color: #AFBE7B;
}
</style>
border-color css
<style>
span { border-color: #AFBE7B; }
span { border-color: rgb(175,190,123); }
td.TdClassName
{
border-color: #AFBE7B;
}
.TagClassName
{
border-color: #AFBE7B;
}
</style>