Shades of Caper #AFB788
Tints of Caper #AFB788
RGB
CMYK
RGB Variations
Color information
#AFB788 (or 0xAFB788) is known color: Caper. HEX triplet: AF, B7 and 88. RGB value is (175,183,136). Sum of RGB (Red+Green+Blue) = 175+183+136=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 136 (53.52% from 255 or 27.53% from 494); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB788 is #504877. Grayscale: #AFAFAF. Windows color (decimal): -5261432 or 8959919. OLE color: 8959919.
HSL color Cylindrical-coordinate representation of color #AFB788: hue angle of 70.21º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFB788 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 183 | 136 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.28 |
| HSL | 70.21º | 0.25% | 0.63% | - |
| HSV(B) | 70.21º | 0.26% | 0.72% | - |
| XYZ | 39.06 | 44.76 | 29.87 | - |
| YUV | 175.25 | 105.85 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 183 | 136 | 0.04 | 0 | 0.26 | 0.28 | 70.21 | 0.25 | 0.63 |
| Hex | AF | B7 | 88 | 4 | 0 | 1A | 1C | 46 | 19 | 3F |
| Octal | 257 | 267 | 210 | 4 | 0 | 32 | 34 | 106 | 31 | 77 |
| Binary | 10101111 | 10110111 | 10001000 | 100 | 0 | 11010 | 11100 | 1000110 | 11001 | 111111 |
Color Harmonies of #AFB788
Complementary color
Monochromatic Colors of #AFB788
Black with #AFB788
Text Example
Text Example
White with #AFB788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB788; }
p { color: rgb(175,183,136); }
H1.HeaderClassName
{
color: #AFB788;
}
.AnyTagClassName
{
color: #AFB788;
}
</style>
background-color css
<style>
a { background-color: #AFB788; }
a { background-color: rgb(175,183,136); }
div.DivClassName
{
background-color: #AFB788;
}
.BgClassName
{
background-color: #AFB788;
}
</style>
border-color css
<style>
span { border-color: #AFB788; }
span { border-color: rgb(175,183,136); }
td.TdClassName
{
border-color: #AFB788;
}
.TagClassName
{
border-color: #AFB788;
}
</style>