Shades of Caper #AFC083
Tints of Caper #AFC083
RGB
CMYK
RGB Variations
Color information
#AFC083 (or 0xAFC083) is known color: Caper. HEX triplet: AF, C0 and 83. RGB value is (175,192,131). Sum of RGB (Red+Green+Blue) = 175+192+131=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 131 (51.56% from 255 or 26.31% from 498); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC083 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC083 is #503F7C. Grayscale: #B4B4B4. Windows color (decimal): -5259133 or 8634543. OLE color: 8634543.
HSL color Cylindrical-coordinate representation of color #AFC083: hue angle of 76.72º 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 #AFC083 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 192 | 131 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.25 |
| HSL | 76.72º | 0.33% | 0.63% | - |
| HSV(B) | 76.72º | 0.32% | 0.75% | - |
| XYZ | 40.63 | 48.45 | 28.68 | - |
| YUV | 179.96 | 100.37 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 131 | 0.09 | 0 | 0.32 | 0.25 | 76.72 | 0.33 | 0.63 |
| Hex | AF | C0 | 83 | 9 | 0 | 20 | 19 | 4D | 21 | 3F |
| Octal | 257 | 300 | 203 | 11 | 0 | 40 | 31 | 115 | 41 | 77 |
| Binary | 10101111 | 11000000 | 10000011 | 1001 | 0 | 100000 | 11001 | 1001101 | 100001 | 111111 |
Color Harmonies of #AFC083
Complementary color
Monochromatic Colors of #AFC083
Black with #AFC083
Text Example
Text Example
White with #AFC083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC083; }
p { color: rgb(175,192,131); }
H1.HeaderClassName
{
color: #AFC083;
}
.AnyTagClassName
{
color: #AFC083;
}
</style>
background-color css
<style>
a { background-color: #AFC083; }
a { background-color: rgb(175,192,131); }
div.DivClassName
{
background-color: #AFC083;
}
.BgClassName
{
background-color: #AFC083;
}
</style>
border-color css
<style>
span { border-color: #AFC083; }
span { border-color: rgb(175,192,131); }
td.TdClassName
{
border-color: #AFC083;
}
.TagClassName
{
border-color: #AFC083;
}
</style>