Shades of Caper #AFBB90
Tints of Caper #AFBB90
RGB
CMYK
RGB Variations
Color information
#AFBB90 (or 0xAFBB90) is known color: Caper. HEX triplet: AF, BB and 90. RGB value is (175,187,144). Sum of RGB (Red+Green+Blue) = 175+187+144=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 144 (56.64% from 255 or 28.46% from 506); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBB90 is #50446F. Grayscale: #B2B2B2. Windows color (decimal): -5260400 or 9485231. OLE color: 9485231.
HSL color Cylindrical-coordinate representation of color #AFBB90: hue angle of 76.74º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFBB90 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 187 | 144 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.27 |
| HSL | 76.74º | 0.24% | 0.65% | - |
| HSV(B) | 76.74º | 0.23% | 0.73% | - |
| XYZ | 40.48 | 46.67 | 33.26 | - |
| YUV | 178.51 | 108.52 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 187 | 144 | 0.06 | 0 | 0.23 | 0.27 | 76.74 | 0.24 | 0.65 |
| Hex | AF | BB | 90 | 6 | 0 | 17 | 1B | 4D | 18 | 41 |
| Octal | 257 | 273 | 220 | 6 | 0 | 27 | 33 | 115 | 30 | 101 |
| Binary | 10101111 | 10111011 | 10010000 | 110 | 0 | 10111 | 11011 | 1001101 | 11000 | 1000001 |
Color Harmonies of #AFBB90
Complementary color
Monochromatic Colors of #AFBB90
Black with #AFBB90
Text Example
Text Example
White with #AFBB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBB90; }
p { color: rgb(175,187,144); }
H1.HeaderClassName
{
color: #AFBB90;
}
.AnyTagClassName
{
color: #AFBB90;
}
</style>
background-color css
<style>
a { background-color: #AFBB90; }
a { background-color: rgb(175,187,144); }
div.DivClassName
{
background-color: #AFBB90;
}
.BgClassName
{
background-color: #AFBB90;
}
</style>
border-color css
<style>
span { border-color: #AFBB90; }
span { border-color: rgb(175,187,144); }
td.TdClassName
{
border-color: #AFBB90;
}
.TagClassName
{
border-color: #AFBB90;
}
</style>