Shades of Caper #ABB47E
Tints of Caper #ABB47E
RGB
CMYK
RGB Variations
Color information
#ABB47E (or 0xABB47E) is known color: Caper. HEX triplet: AB, B4 and 7E. RGB value is (171,180,126). Sum of RGB (Red+Green+Blue) = 171+180+126=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 180 (70.70% from 255 or 37.74% from 477); Blue value is 126 (49.61% from 255 or 26.42% from 477); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB47E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB47E is #544B81. Grayscale: #ABABAB. Windows color (decimal): -5524354 or 8303787. OLE color: 8303787.
HSL color Cylindrical-coordinate representation of color #ABB47E: hue angle of 70º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABB47E is Cyan = 0.05, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 171 | 180 | 126 | - |
| CMYK | 0.05 | 0 | 0.3 | 0.29 |
| HSL | 70º | 0.26% | 0.6% | - |
| HSV(B) | 70º | 0.3% | 0.71% | - |
| XYZ | 36.88 | 42.81 | 26.06 | - |
| YUV | 171.15 | 102.52 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 180 | 126 | 0.05 | 0 | 0.3 | 0.29 | 70 | 0.26 | 0.6 |
| Hex | AB | B4 | 7E | 5 | 0 | 1E | 1D | 46 | 1A | 3C |
| Octal | 253 | 264 | 176 | 5 | 0 | 36 | 35 | 106 | 32 | 74 |
| Binary | 10101011 | 10110100 | 1111110 | 101 | 0 | 11110 | 11101 | 1000110 | 11010 | 111100 |
Color Harmonies of #ABB47E
Complementary color
Monochromatic Colors of #ABB47E
Black with #ABB47E
Text Example
Text Example
White with #ABB47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB47E; }
p { color: rgb(171,180,126); }
H1.HeaderClassName
{
color: #ABB47E;
}
.AnyTagClassName
{
color: #ABB47E;
}
</style>
background-color css
<style>
a { background-color: #ABB47E; }
a { background-color: rgb(171,180,126); }
div.DivClassName
{
background-color: #ABB47E;
}
.BgClassName
{
background-color: #ABB47E;
}
</style>
border-color css
<style>
span { border-color: #ABB47E; }
span { border-color: rgb(171,180,126); }
td.TdClassName
{
border-color: #ABB47E;
}
.TagClassName
{
border-color: #ABB47E;
}
</style>