Shades of Caper #ABB773
Tints of Caper #ABB773
RGB
CMYK
RGB Variations
Color information
#ABB773 (or 0xABB773) is known color: Caper. HEX triplet: AB, B7 and 73. RGB value is (171,183,115). Sum of RGB (Red+Green+Blue) = 171+183+115=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 183 - color contains mainly: green. Hex color #ABB773 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB773 is #54488C. Grayscale: #ABABAB. Windows color (decimal): -5523597 or 7583659. OLE color: 7583659.
HSL color Cylindrical-coordinate representation of color #ABB773: hue angle of 70.59º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ABB773 is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 183 | 115 | - |
| CMYK | 0.07 | 0 | 0.37 | 0.28 |
| HSL | 70.59º | 0.32% | 0.58% | - |
| HSV(B) | 70.59º | 0.37% | 0.72% | - |
| XYZ | 36.82 | 43.76 | 22.73 | - |
| YUV | 171.66 | 96.02 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 183 | 115 | 0.07 | 0 | 0.37 | 0.28 | 70.59 | 0.32 | 0.58 |
| Hex | AB | B7 | 73 | 7 | 0 | 25 | 1C | 47 | 20 | 3A |
| Octal | 253 | 267 | 163 | 7 | 0 | 45 | 34 | 107 | 40 | 72 |
| Binary | 10101011 | 10110111 | 1110011 | 111 | 0 | 100101 | 11100 | 1000111 | 100000 | 111010 |
Color Harmonies of #ABB773
Complementary color
Monochromatic Colors of #ABB773
Black with #ABB773
Text Example
Text Example
White with #ABB773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB773; }
p { color: rgb(171,183,115); }
H1.HeaderClassName
{
color: #ABB773;
}
.AnyTagClassName
{
color: #ABB773;
}
</style>
background-color css
<style>
a { background-color: #ABB773; }
a { background-color: rgb(171,183,115); }
div.DivClassName
{
background-color: #ABB773;
}
.BgClassName
{
background-color: #ABB773;
}
</style>
border-color css
<style>
span { border-color: #ABB773; }
span { border-color: rgb(171,183,115); }
td.TdClassName
{
border-color: #ABB773;
}
.TagClassName
{
border-color: #ABB773;
}
</style>