Shades of Caper #ABB770
Tints of Caper #ABB770
RGB
CMYK
RGB Variations
Color information
#ABB770 (or 0xABB770) is known color: Caper. HEX triplet: AB, B7 and 70. RGB value is (171,183,112). Sum of RGB (Red+Green+Blue) = 171+183+112=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 183 - color contains mainly: green. Hex color #ABB770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB770 is #54488F. Grayscale: #ABABAB. Windows color (decimal): -5523600 or 7387051. OLE color: 7387051.
HSL color Cylindrical-coordinate representation of color #ABB770: hue angle of 70.14º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ABB770 is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 183 | 112 | - |
| CMYK | 0.07 | 0 | 0.39 | 0.28 |
| HSL | 70.14º | 0.33% | 0.58% | - |
| HSV(B) | 70.14º | 0.39% | 0.72% | - |
| XYZ | 36.65 | 43.69 | 21.83 | - |
| YUV | 171.32 | 94.52 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 183 | 112 | 0.07 | 0 | 0.39 | 0.28 | 70.14 | 0.33 | 0.58 |
| Hex | AB | B7 | 70 | 7 | 0 | 27 | 1C | 46 | 21 | 3A |
| Octal | 253 | 267 | 160 | 7 | 0 | 47 | 34 | 106 | 41 | 72 |
| Binary | 10101011 | 10110111 | 1110000 | 111 | 0 | 100111 | 11100 | 1000110 | 100001 | 111010 |
Color Harmonies of #ABB770
Complementary color
Monochromatic Colors of #ABB770
Black with #ABB770
Text Example
Text Example
White with #ABB770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB770; }
p { color: rgb(171,183,112); }
H1.HeaderClassName
{
color: #ABB770;
}
.AnyTagClassName
{
color: #ABB770;
}
</style>
background-color css
<style>
a { background-color: #ABB770; }
a { background-color: rgb(171,183,112); }
div.DivClassName
{
background-color: #ABB770;
}
.BgClassName
{
background-color: #ABB770;
}
</style>
border-color css
<style>
span { border-color: #ABB770; }
span { border-color: rgb(171,183,112); }
td.TdClassName
{
border-color: #ABB770;
}
.TagClassName
{
border-color: #ABB770;
}
</style>