Shades of Caper #A8B872
Tints of Caper #A8B872
RGB
CMYK
RGB Variations
Color information
#A8B872 (or 0xA8B872) is known color: Caper. HEX triplet: A8, B8 and 72. RGB value is (168,184,114). Sum of RGB (Red+Green+Blue) = 168+184+114=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 184 (72.27% from 255 or 39.48% from 466); Blue value is 114 (44.92% from 255 or 24.46% from 466); Max value from RGB is 184 - color contains mainly: green. Hex color #A8B872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B872 is #57478D. Grayscale: #ABABAB. Windows color (decimal): -5719950 or 7518376. OLE color: 7518376.
HSL color Cylindrical-coordinate representation of color #A8B872: hue angle of 73.71º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8B872 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 184 | 114 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.28 |
| HSL | 73.71º | 0.33% | 0.58% | - |
| HSV(B) | 73.71º | 0.38% | 0.72% | - |
| XYZ | 36.33 | 43.82 | 22.46 | - |
| YUV | 171.24 | 95.7 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 184 | 114 | 0.09 | 0 | 0.38 | 0.28 | 73.71 | 0.33 | 0.58 |
| Hex | A8 | B8 | 72 | 9 | 0 | 26 | 1C | 4A | 21 | 3A |
| Octal | 250 | 270 | 162 | 11 | 0 | 46 | 34 | 112 | 41 | 72 |
| Binary | 10101000 | 10111000 | 1110010 | 1001 | 0 | 100110 | 11100 | 1001010 | 100001 | 111010 |
Color Harmonies of #A8B872
Complementary color
Monochromatic Colors of #A8B872
Black with #A8B872
Text Example
Text Example
White with #A8B872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B872; }
p { color: rgb(168,184,114); }
H1.HeaderClassName
{
color: #A8B872;
}
.AnyTagClassName
{
color: #A8B872;
}
</style>
background-color css
<style>
a { background-color: #A8B872; }
a { background-color: rgb(168,184,114); }
div.DivClassName
{
background-color: #A8B872;
}
.BgClassName
{
background-color: #A8B872;
}
</style>
border-color css
<style>
span { border-color: #A8B872; }
span { border-color: rgb(168,184,114); }
td.TdClassName
{
border-color: #A8B872;
}
.TagClassName
{
border-color: #A8B872;
}
</style>