Shades of Caper #AFBB89
Tints of Caper #AFBB89
RGB
CMYK
RGB Variations
Color information
#AFBB89 (or 0xAFBB89) is known color: Caper. HEX triplet: AF, BB and 89. RGB value is (175,187,137). Sum of RGB (Red+Green+Blue) = 175+187+137=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 137 (53.91% from 255 or 27.45% from 499); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBB89 is #504476. Grayscale: #B1B1B1. Windows color (decimal): -5260407 or 9026479. OLE color: 9026479.
HSL color Cylindrical-coordinate representation of color #AFBB89: hue angle of 74.4º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFBB89 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 187 | 137 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.27 |
| HSL | 74.4º | 0.27% | 0.64% | - |
| HSV(B) | 74.4º | 0.27% | 0.73% | - |
| XYZ | 39.96 | 46.46 | 30.53 | - |
| YUV | 177.71 | 105.02 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 187 | 137 | 0.06 | 0 | 0.27 | 0.27 | 74.4 | 0.27 | 0.64 |
| Hex | AF | BB | 89 | 6 | 0 | 1B | 1B | 4A | 1B | 40 |
| Octal | 257 | 273 | 211 | 6 | 0 | 33 | 33 | 112 | 33 | 100 |
| Binary | 10101111 | 10111011 | 10001001 | 110 | 0 | 11011 | 11011 | 1001010 | 11011 | 1000000 |
Color Harmonies of #AFBB89
Complementary color
Monochromatic Colors of #AFBB89
Black with #AFBB89
Text Example
Text Example
White with #AFBB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBB89; }
p { color: rgb(175,187,137); }
H1.HeaderClassName
{
color: #AFBB89;
}
.AnyTagClassName
{
color: #AFBB89;
}
</style>
background-color css
<style>
a { background-color: #AFBB89; }
a { background-color: rgb(175,187,137); }
div.DivClassName
{
background-color: #AFBB89;
}
.BgClassName
{
background-color: #AFBB89;
}
</style>
border-color css
<style>
span { border-color: #AFBB89; }
span { border-color: rgb(175,187,137); }
td.TdClassName
{
border-color: #AFBB89;
}
.TagClassName
{
border-color: #AFBB89;
}
</style>