Shades of Caper #AFBA80
Tints of Caper #AFBA80
RGB
CMYK
RGB Variations
Color information
#AFBA80 (or 0xAFBA80) is known color: Caper. HEX triplet: AF, BA and 80. RGB value is (175,186,128). Sum of RGB (Red+Green+Blue) = 175+186+128=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBA80 is #50457F. Grayscale: #B0B0B0. Windows color (decimal): -5260672 or 8436399. OLE color: 8436399.
HSL color Cylindrical-coordinate representation of color #AFBA80: hue angle of 71.38º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFBA80 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 186 | 128 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.27 |
| HSL | 71.38º | 0.3% | 0.62% | - |
| HSV(B) | 71.38º | 0.31% | 0.73% | - |
| XYZ | 39.13 | 45.79 | 27.2 | - |
| YUV | 176.1 | 100.86 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 186 | 128 | 0.06 | 0 | 0.31 | 0.27 | 71.38 | 0.3 | 0.62 |
| Hex | AF | BA | 80 | 6 | 0 | 1F | 1B | 47 | 1E | 3E |
| Octal | 257 | 272 | 200 | 6 | 0 | 37 | 33 | 107 | 36 | 76 |
| Binary | 10101111 | 10111010 | 10000000 | 110 | 0 | 11111 | 11011 | 1000111 | 11110 | 111110 |
Color Harmonies of #AFBA80
Complementary color
Monochromatic Colors of #AFBA80
Black with #AFBA80
Text Example
Text Example
White with #AFBA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBA80; }
p { color: rgb(175,186,128); }
H1.HeaderClassName
{
color: #AFBA80;
}
.AnyTagClassName
{
color: #AFBA80;
}
</style>
background-color css
<style>
a { background-color: #AFBA80; }
a { background-color: rgb(175,186,128); }
div.DivClassName
{
background-color: #AFBA80;
}
.BgClassName
{
background-color: #AFBA80;
}
</style>
border-color css
<style>
span { border-color: #AFBA80; }
span { border-color: rgb(175,186,128); }
td.TdClassName
{
border-color: #AFBA80;
}
.TagClassName
{
border-color: #AFBA80;
}
</style>