Shades of Caper #AFBE90
Tints of Caper #AFBE90
RGB
CMYK
RGB Variations
Color information
#AFBE90 (or 0xAFBE90) is known color: Caper. HEX triplet: AF, BE and 90. RGB value is (175,190,144). Sum of RGB (Red+Green+Blue) = 175+190+144=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBE90 is #50416F. Grayscale: #B4B4B4. Windows color (decimal): -5259632 or 9485999. OLE color: 9485999.
HSL color Cylindrical-coordinate representation of color #AFBE90: hue angle of 79.57º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFBE90 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 190 | 144 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.25 |
| HSL | 79.57º | 0.26% | 0.65% | - |
| HSV(B) | 79.57º | 0.24% | 0.75% | - |
| XYZ | 41.13 | 47.95 | 33.47 | - |
| YUV | 180.27 | 107.53 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 190 | 144 | 0.08 | 0 | 0.24 | 0.25 | 79.57 | 0.26 | 0.65 |
| Hex | AF | BE | 90 | 8 | 0 | 18 | 19 | 50 | 1A | 41 |
| Octal | 257 | 276 | 220 | 10 | 0 | 30 | 31 | 120 | 32 | 101 |
| Binary | 10101111 | 10111110 | 10010000 | 1000 | 0 | 11000 | 11001 | 1010000 | 11010 | 1000001 |
Color Harmonies of #AFBE90
Complementary color
Monochromatic Colors of #AFBE90
Black with #AFBE90
Text Example
Text Example
White with #AFBE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBE90; }
p { color: rgb(175,190,144); }
H1.HeaderClassName
{
color: #AFBE90;
}
.AnyTagClassName
{
color: #AFBE90;
}
</style>
background-color css
<style>
a { background-color: #AFBE90; }
a { background-color: rgb(175,190,144); }
div.DivClassName
{
background-color: #AFBE90;
}
.BgClassName
{
background-color: #AFBE90;
}
</style>
border-color css
<style>
span { border-color: #AFBE90; }
span { border-color: rgb(175,190,144); }
td.TdClassName
{
border-color: #AFBE90;
}
.TagClassName
{
border-color: #AFBE90;
}
</style>