Shades of Caper #AFBD80
Tints of Caper #AFBD80
RGB
CMYK
RGB Variations
Color information
#AFBD80 (or 0xAFBD80) is known color: Caper. HEX triplet: AF, BD and 80. RGB value is (175,189,128). Sum of RGB (Red+Green+Blue) = 175+189+128=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBD80 is #50427F. Grayscale: #B2B2B2. Windows color (decimal): -5259904 or 8437167. OLE color: 8437167.
HSL color Cylindrical-coordinate representation of color #AFBD80: hue angle of 73.77º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFBD80 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 189 | 128 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.26 |
| HSL | 73.77º | 0.32% | 0.62% | - |
| HSV(B) | 73.77º | 0.32% | 0.74% | - |
| XYZ | 39.77 | 47.07 | 27.41 | - |
| YUV | 177.86 | 99.86 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 189 | 128 | 0.07 | 0 | 0.32 | 0.26 | 73.77 | 0.32 | 0.62 |
| Hex | AF | BD | 80 | 7 | 0 | 20 | 1A | 4A | 20 | 3E |
| Octal | 257 | 275 | 200 | 7 | 0 | 40 | 32 | 112 | 40 | 76 |
| Binary | 10101111 | 10111101 | 10000000 | 111 | 0 | 100000 | 11010 | 1001010 | 100000 | 111110 |
Color Harmonies of #AFBD80
Complementary color
Monochromatic Colors of #AFBD80
Black with #AFBD80
Text Example
Text Example
White with #AFBD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBD80; }
p { color: rgb(175,189,128); }
H1.HeaderClassName
{
color: #AFBD80;
}
.AnyTagClassName
{
color: #AFBD80;
}
</style>
background-color css
<style>
a { background-color: #AFBD80; }
a { background-color: rgb(175,189,128); }
div.DivClassName
{
background-color: #AFBD80;
}
.BgClassName
{
background-color: #AFBD80;
}
</style>
border-color css
<style>
span { border-color: #AFBD80; }
span { border-color: rgb(175,189,128); }
td.TdClassName
{
border-color: #AFBD80;
}
.TagClassName
{
border-color: #AFBD80;
}
</style>