Shades of Caper #AFCA8A
Tints of Caper #AFCA8A
RGB
CMYK
RGB Variations
Color information
#AFCA8A (or 0xAFCA8A) is known color: Caper. HEX triplet: AF, CA and 8A. RGB value is (175,202,138). Sum of RGB (Red+Green+Blue) = 175+202+138=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCA8A is #503575. Grayscale: #BABABA. Windows color (decimal): -5256566 or 9095855. OLE color: 9095855.
HSL color Cylindrical-coordinate representation of color #AFCA8A: hue angle of 85.31º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFCA8A is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 202 | 138 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.21 |
| HSL | 85.31º | 0.38% | 0.67% | - |
| HSV(B) | 85.31º | 0.32% | 0.79% | - |
| XYZ | 43.39 | 53.19 | 32.02 | - |
| YUV | 186.63 | 100.55 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 202 | 138 | 0.13 | 0 | 0.32 | 0.21 | 85.31 | 0.38 | 0.67 |
| Hex | AF | CA | 8A | D | 0 | 20 | 15 | 55 | 26 | 43 |
| Octal | 257 | 312 | 212 | 15 | 0 | 40 | 25 | 125 | 46 | 103 |
| Binary | 10101111 | 11001010 | 10001010 | 1101 | 0 | 100000 | 10101 | 1010101 | 100110 | 1000011 |
Color Harmonies of #AFCA8A
Complementary color
Monochromatic Colors of #AFCA8A
Black with #AFCA8A
Text Example
Text Example
White with #AFCA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCA8A; }
p { color: rgb(175,202,138); }
H1.HeaderClassName
{
color: #AFCA8A;
}
.AnyTagClassName
{
color: #AFCA8A;
}
</style>
background-color css
<style>
a { background-color: #AFCA8A; }
a { background-color: rgb(175,202,138); }
div.DivClassName
{
background-color: #AFCA8A;
}
.BgClassName
{
background-color: #AFCA8A;
}
</style>
border-color css
<style>
span { border-color: #AFCA8A; }
span { border-color: rgb(175,202,138); }
td.TdClassName
{
border-color: #AFCA8A;
}
.TagClassName
{
border-color: #AFCA8A;
}
</style>