Shades of Caper #ABB673
Tints of Caper #ABB673
RGB
CMYK
RGB Variations
Color information
#ABB673 (or 0xABB673) is known color: Caper. HEX triplet: AB, B6 and 73. RGB value is (171,182,115). Sum of RGB (Red+Green+Blue) = 171+182+115=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 182 (71.48% from 255 or 38.89% from 468); Blue value is 115 (45.31% from 255 or 24.57% from 468); Max value from RGB is 182 - color contains mainly: green. Hex color #ABB673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB673 is #54498C. Grayscale: #ABABAB. Windows color (decimal): -5523853 or 7583403. OLE color: 7583403.
HSL color Cylindrical-coordinate representation of color #ABB673: hue angle of 69.85º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ABB673 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 171 | 182 | 115 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.29 |
| HSL | 69.85º | 0.31% | 0.58% | - |
| HSV(B) | 69.85º | 0.37% | 0.71% | - |
| XYZ | 36.62 | 43.35 | 22.66 | - |
| YUV | 171.07 | 96.36 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 182 | 115 | 0.06 | 0 | 0.37 | 0.29 | 69.85 | 0.31 | 0.58 |
| Hex | AB | B6 | 73 | 6 | 0 | 25 | 1D | 46 | 1F | 3A |
| Octal | 253 | 266 | 163 | 6 | 0 | 45 | 35 | 106 | 37 | 72 |
| Binary | 10101011 | 10110110 | 1110011 | 110 | 0 | 100101 | 11101 | 1000110 | 11111 | 111010 |
Color Harmonies of #ABB673
Complementary color
Monochromatic Colors of #ABB673
Black with #ABB673
Text Example
Text Example
White with #ABB673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB673; }
p { color: rgb(171,182,115); }
H1.HeaderClassName
{
color: #ABB673;
}
.AnyTagClassName
{
color: #ABB673;
}
</style>
background-color css
<style>
a { background-color: #ABB673; }
a { background-color: rgb(171,182,115); }
div.DivClassName
{
background-color: #ABB673;
}
.BgClassName
{
background-color: #ABB673;
}
</style>
border-color css
<style>
span { border-color: #ABB673; }
span { border-color: rgb(171,182,115); }
td.TdClassName
{
border-color: #ABB673;
}
.TagClassName
{
border-color: #ABB673;
}
</style>