Shades of Caper #AFB885
Tints of Caper #AFB885
RGB
CMYK
RGB Variations
Color information
#AFB885 (or 0xAFB885) is known color: Caper. HEX triplet: AF, B8 and 85. RGB value is (175,184,133). Sum of RGB (Red+Green+Blue) = 175+184+133=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 184 (72.27% from 255 or 37.40% from 492); Blue value is 133 (52.34% from 255 or 27.03% from 492); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB885 is #50477A. Grayscale: #AFAFAF. Windows color (decimal): -5261179 or 8763567. OLE color: 8763567.
HSL color Cylindrical-coordinate representation of color #AFB885: hue angle of 70.59º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFB885 is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 133 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.28 |
| HSL | 70.59º | 0.26% | 0.62% | - |
| HSV(B) | 70.59º | 0.28% | 0.72% | - |
| XYZ | 39.05 | 45.09 | 28.83 | - |
| YUV | 175.5 | 104.02 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 133 | 0.05 | 0 | 0.28 | 0.28 | 70.59 | 0.26 | 0.62 |
| Hex | AF | B8 | 85 | 5 | 0 | 1C | 1C | 47 | 1A | 3E |
| Octal | 257 | 270 | 205 | 5 | 0 | 34 | 34 | 107 | 32 | 76 |
| Binary | 10101111 | 10111000 | 10000101 | 101 | 0 | 11100 | 11100 | 1000111 | 11010 | 111110 |
Color Harmonies of #AFB885
Complementary color
Monochromatic Colors of #AFB885
Black with #AFB885
Text Example
Text Example
White with #AFB885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB885; }
p { color: rgb(175,184,133); }
H1.HeaderClassName
{
color: #AFB885;
}
.AnyTagClassName
{
color: #AFB885;
}
</style>
background-color css
<style>
a { background-color: #AFB885; }
a { background-color: rgb(175,184,133); }
div.DivClassName
{
background-color: #AFB885;
}
.BgClassName
{
background-color: #AFB885;
}
</style>
border-color css
<style>
span { border-color: #AFB885; }
span { border-color: rgb(175,184,133); }
td.TdClassName
{
border-color: #AFB885;
}
.TagClassName
{
border-color: #AFB885;
}
</style>