Shades of Caper #AFB785
Tints of Caper #AFB785
RGB
CMYK
RGB Variations
Color information
#AFB785 (or 0xAFB785) is known color: Caper. HEX triplet: AF, B7 and 85. RGB value is (175,183,133). Sum of RGB (Red+Green+Blue) = 175+183+133=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 183 (71.88% from 255 or 37.27% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB785 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB785 is #50487A. Grayscale: #AFAFAF. Windows color (decimal): -5261435 or 8763311. OLE color: 8763311.
HSL color Cylindrical-coordinate representation of color #AFB785: hue angle of 69.6º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFB785 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 183 | 133 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.28 |
| HSL | 69.6º | 0.26% | 0.62% | - |
| HSV(B) | 69.6º | 0.27% | 0.72% | - |
| XYZ | 38.85 | 44.67 | 28.77 | - |
| YUV | 174.91 | 104.35 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 183 | 133 | 0.04 | 0 | 0.27 | 0.28 | 69.6 | 0.26 | 0.62 |
| Hex | AF | B7 | 85 | 4 | 0 | 1B | 1C | 46 | 1A | 3E |
| Octal | 257 | 267 | 205 | 4 | 0 | 33 | 34 | 106 | 32 | 76 |
| Binary | 10101111 | 10110111 | 10000101 | 100 | 0 | 11011 | 11100 | 1000110 | 11010 | 111110 |
Color Harmonies of #AFB785
Complementary color
Monochromatic Colors of #AFB785
Black with #AFB785
Text Example
Text Example
White with #AFB785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB785; }
p { color: rgb(175,183,133); }
H1.HeaderClassName
{
color: #AFB785;
}
.AnyTagClassName
{
color: #AFB785;
}
</style>
background-color css
<style>
a { background-color: #AFB785; }
a { background-color: rgb(175,183,133); }
div.DivClassName
{
background-color: #AFB785;
}
.BgClassName
{
background-color: #AFB785;
}
</style>
border-color css
<style>
span { border-color: #AFB785; }
span { border-color: rgb(175,183,133); }
td.TdClassName
{
border-color: #AFB785;
}
.TagClassName
{
border-color: #AFB785;
}
</style>