Shades of Caper #A8B876
Tints of Caper #A8B876
RGB
CMYK
RGB Variations
Color information
#A8B876 (or 0xA8B876) is known color: Caper. HEX triplet: A8, B8 and 76. RGB value is (168,184,118). Sum of RGB (Red+Green+Blue) = 168+184+118=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 184 (72.27% from 255 or 39.15% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 184 - color contains mainly: green. Hex color #A8B876 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B876 is #574789. Grayscale: #ABABAB. Windows color (decimal): -5719946 or 7780520. OLE color: 7780520.
HSL color Cylindrical-coordinate representation of color #A8B876: hue angle of 74.55º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8B876 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 184 | 118 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.28 |
| HSL | 74.55º | 0.32% | 0.59% | - |
| HSV(B) | 74.55º | 0.36% | 0.72% | - |
| XYZ | 36.56 | 43.91 | 23.69 | - |
| YUV | 171.69 | 97.7 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 184 | 118 | 0.09 | 0 | 0.36 | 0.28 | 74.55 | 0.32 | 0.59 |
| Hex | A8 | B8 | 76 | 9 | 0 | 24 | 1C | 4B | 20 | 3B |
| Octal | 250 | 270 | 166 | 11 | 0 | 44 | 34 | 113 | 40 | 73 |
| Binary | 10101000 | 10111000 | 1110110 | 1001 | 0 | 100100 | 11100 | 1001011 | 100000 | 111011 |
Color Harmonies of #A8B876
Complementary color
Monochromatic Colors of #A8B876
Black with #A8B876
Text Example
Text Example
White with #A8B876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B876; }
p { color: rgb(168,184,118); }
H1.HeaderClassName
{
color: #A8B876;
}
.AnyTagClassName
{
color: #A8B876;
}
</style>
background-color css
<style>
a { background-color: #A8B876; }
a { background-color: rgb(168,184,118); }
div.DivClassName
{
background-color: #A8B876;
}
.BgClassName
{
background-color: #A8B876;
}
</style>
border-color css
<style>
span { border-color: #A8B876; }
span { border-color: rgb(168,184,118); }
td.TdClassName
{
border-color: #A8B876;
}
.TagClassName
{
border-color: #A8B876;
}
</style>