Shades of Caper #AFB87B
Tints of Caper #AFB87B
RGB
CMYK
RGB Variations
Color information
#AFB87B (or 0xAFB87B) is known color: Caper. HEX triplet: AF, B8 and 7B. RGB value is (175,184,123). Sum of RGB (Red+Green+Blue) = 175+184+123=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 184 (72.27% from 255 or 38.17% from 482); Blue value is 123 (48.44% from 255 or 25.52% from 482); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB87B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB87B is #504784. Grayscale: #AEAEAE. Windows color (decimal): -5261189 or 8108207. OLE color: 8108207.
HSL color Cylindrical-coordinate representation of color #AFB87B: hue angle of 68.85º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFB87B is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 123 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.28 |
| HSL | 68.85º | 0.3% | 0.6% | - |
| HSV(B) | 68.85º | 0.33% | 0.72% | - |
| XYZ | 38.39 | 44.83 | 25.37 | - |
| YUV | 174.36 | 99.02 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 123 | 0.05 | 0 | 0.33 | 0.28 | 68.85 | 0.3 | 0.6 |
| Hex | AF | B8 | 7B | 5 | 0 | 21 | 1C | 45 | 1E | 3C |
| Octal | 257 | 270 | 173 | 5 | 0 | 41 | 34 | 105 | 36 | 74 |
| Binary | 10101111 | 10111000 | 1111011 | 101 | 0 | 100001 | 11100 | 1000101 | 11110 | 111100 |
Color Harmonies of #AFB87B
Complementary color
Monochromatic Colors of #AFB87B
Black with #AFB87B
Text Example
Text Example
White with #AFB87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB87B; }
p { color: rgb(175,184,123); }
H1.HeaderClassName
{
color: #AFB87B;
}
.AnyTagClassName
{
color: #AFB87B;
}
</style>
background-color css
<style>
a { background-color: #AFB87B; }
a { background-color: rgb(175,184,123); }
div.DivClassName
{
background-color: #AFB87B;
}
.BgClassName
{
background-color: #AFB87B;
}
</style>
border-color css
<style>
span { border-color: #AFB87B; }
span { border-color: rgb(175,184,123); }
td.TdClassName
{
border-color: #AFB87B;
}
.TagClassName
{
border-color: #AFB87B;
}
</style>