Shades of Caper #AFBD85
Tints of Caper #AFBD85
RGB
CMYK
RGB Variations
Color information
#AFBD85 (or 0xAFBD85) is known color: Caper. HEX triplet: AF, BD and 85. RGB value is (175,189,133). Sum of RGB (Red+Green+Blue) = 175+189+133=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 133 (52.34% from 255 or 26.76% from 497); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBD85 is #50427A. Grayscale: #B2B2B2. Windows color (decimal): -5259899 or 8764847. OLE color: 8764847.
HSL color Cylindrical-coordinate representation of color #AFBD85: hue angle of 75º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFBD85 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 189 | 133 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.26 |
| HSL | 75º | 0.3% | 0.63% | - |
| HSV(B) | 75º | 0.3% | 0.74% | - |
| XYZ | 40.11 | 47.2 | 29.19 | - |
| YUV | 178.43 | 102.36 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 189 | 133 | 0.07 | 0 | 0.30 | 0.26 | 75 | 0.3 | 0.63 |
| Hex | AF | BD | 85 | 7 | 0 | 1E | 1A | 4B | 1E | 3F |
| Octal | 257 | 275 | 205 | 7 | 0 | 36 | 32 | 113 | 36 | 77 |
| Binary | 10101111 | 10111101 | 10000101 | 111 | 0 | 11110 | 11010 | 1001011 | 11110 | 111111 |
Color Harmonies of #AFBD85
Complementary color
Monochromatic Colors of #AFBD85
Black with #AFBD85
Text Example
Text Example
White with #AFBD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBD85; }
p { color: rgb(175,189,133); }
H1.HeaderClassName
{
color: #AFBD85;
}
.AnyTagClassName
{
color: #AFBD85;
}
</style>
background-color css
<style>
a { background-color: #AFBD85; }
a { background-color: rgb(175,189,133); }
div.DivClassName
{
background-color: #AFBD85;
}
.BgClassName
{
background-color: #AFBD85;
}
</style>
border-color css
<style>
span { border-color: #AFBD85; }
span { border-color: rgb(175,189,133); }
td.TdClassName
{
border-color: #AFBD85;
}
.TagClassName
{
border-color: #AFBD85;
}
</style>