Shades of Caper #AFC082
Tints of Caper #AFC082
RGB
CMYK
RGB Variations
Color information
#AFC082 (or 0xAFC082) is known color: Caper. HEX triplet: AF, C0 and 82. RGB value is (175,192,130). Sum of RGB (Red+Green+Blue) = 175+192+130=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC082 is #503F7D. Grayscale: #B4B4B4. Windows color (decimal): -5259134 or 8569007. OLE color: 8569007.
HSL color Cylindrical-coordinate representation of color #AFC082: hue angle of 76.45º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFC082 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 192 | 130 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.25 |
| HSL | 76.45º | 0.33% | 0.63% | - |
| HSV(B) | 76.45º | 0.32% | 0.75% | - |
| XYZ | 40.56 | 48.42 | 28.33 | - |
| YUV | 179.85 | 99.87 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 130 | 0.09 | 0 | 0.32 | 0.25 | 76.45 | 0.33 | 0.63 |
| Hex | AF | C0 | 82 | 9 | 0 | 20 | 19 | 4C | 21 | 3F |
| Octal | 257 | 300 | 202 | 11 | 0 | 40 | 31 | 114 | 41 | 77 |
| Binary | 10101111 | 11000000 | 10000010 | 1001 | 0 | 100000 | 11001 | 1001100 | 100001 | 111111 |
Color Harmonies of #AFC082
Complementary color
Monochromatic Colors of #AFC082
Black with #AFC082
Text Example
Text Example
White with #AFC082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC082; }
p { color: rgb(175,192,130); }
H1.HeaderClassName
{
color: #AFC082;
}
.AnyTagClassName
{
color: #AFC082;
}
</style>
background-color css
<style>
a { background-color: #AFC082; }
a { background-color: rgb(175,192,130); }
div.DivClassName
{
background-color: #AFC082;
}
.BgClassName
{
background-color: #AFC082;
}
</style>
border-color css
<style>
span { border-color: #AFC082; }
span { border-color: rgb(175,192,130); }
td.TdClassName
{
border-color: #AFC082;
}
.TagClassName
{
border-color: #AFC082;
}
</style>