Shades of Caper #AFC882
Tints of Caper #AFC882
RGB
CMYK
RGB Variations
Color information
#AFC882 (or 0xAFC882) is known color: Caper. HEX triplet: AF, C8 and 82. RGB value is (175,200,130). Sum of RGB (Red+Green+Blue) = 175+200+130=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 200 (78.52% from 255 or 39.60% from 505); Blue value is 130 (51.17% from 255 or 25.74% from 505); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC882 is #50377D. Grayscale: #B8B8B8. Windows color (decimal): -5257086 or 8571055. OLE color: 8571055.
HSL color Cylindrical-coordinate representation of color #AFC882: hue angle of 81.43º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFC882 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 130 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.22 |
| HSL | 81.43º | 0.39% | 0.65% | - |
| HSV(B) | 81.43º | 0.35% | 0.78% | - |
| XYZ | 42.36 | 52.03 | 28.93 | - |
| YUV | 184.55 | 97.22 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 130 | 0.12 | 0 | 0.35 | 0.22 | 81.43 | 0.39 | 0.65 |
| Hex | AF | C8 | 82 | C | 0 | 23 | 16 | 51 | 27 | 41 |
| Octal | 257 | 310 | 202 | 14 | 0 | 43 | 26 | 121 | 47 | 101 |
| Binary | 10101111 | 11001000 | 10000010 | 1100 | 0 | 100011 | 10110 | 1010001 | 100111 | 1000001 |
Color Harmonies of #AFC882
Complementary color
Monochromatic Colors of #AFC882
Black with #AFC882
Text Example
Text Example
White with #AFC882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC882; }
p { color: rgb(175,200,130); }
H1.HeaderClassName
{
color: #AFC882;
}
.AnyTagClassName
{
color: #AFC882;
}
</style>
background-color css
<style>
a { background-color: #AFC882; }
a { background-color: rgb(175,200,130); }
div.DivClassName
{
background-color: #AFC882;
}
.BgClassName
{
background-color: #AFC882;
}
</style>
border-color css
<style>
span { border-color: #AFC882; }
span { border-color: rgb(175,200,130); }
td.TdClassName
{
border-color: #AFC882;
}
.TagClassName
{
border-color: #AFC882;
}
</style>