Shades of Caper #AFC773
Tints of Caper #AFC773
RGB
CMYK
RGB Variations
Color information
#AFC773 (or 0xAFC773) is known color: Caper. HEX triplet: AF, C7 and 73. RGB value is (175,199,115). Sum of RGB (Red+Green+Blue) = 175+199+115=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 199 (78.12% from 255 or 40.70% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC773 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC773 is #50388C. Grayscale: #B6B6B6. Windows color (decimal): -5257357 or 7587759. OLE color: 7587759.
HSL color Cylindrical-coordinate representation of color #AFC773: hue angle of 77.14º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFC773 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 199 | 115 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.22 |
| HSL | 77.14º | 0.43% | 0.62% | - |
| HSV(B) | 77.14º | 0.42% | 0.78% | - |
| XYZ | 41.2 | 51.2 | 23.93 | - |
| YUV | 182.25 | 90.05 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 115 | 0.12 | 0 | 0.42 | 0.22 | 77.14 | 0.43 | 0.62 |
| Hex | AF | C7 | 73 | C | 0 | 2A | 16 | 4D | 2B | 3E |
| Octal | 257 | 307 | 163 | 14 | 0 | 52 | 26 | 115 | 53 | 76 |
| Binary | 10101111 | 11000111 | 1110011 | 1100 | 0 | 101010 | 10110 | 1001101 | 101011 | 111110 |
Color Harmonies of #AFC773
Complementary color
Monochromatic Colors of #AFC773
Black with #AFC773
Text Example
Text Example
White with #AFC773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC773; }
p { color: rgb(175,199,115); }
H1.HeaderClassName
{
color: #AFC773;
}
.AnyTagClassName
{
color: #AFC773;
}
</style>
background-color css
<style>
a { background-color: #AFC773; }
a { background-color: rgb(175,199,115); }
div.DivClassName
{
background-color: #AFC773;
}
.BgClassName
{
background-color: #AFC773;
}
</style>
border-color css
<style>
span { border-color: #AFC773; }
span { border-color: rgb(175,199,115); }
td.TdClassName
{
border-color: #AFC773;
}
.TagClassName
{
border-color: #AFC773;
}
</style>