Shades of Caper #A8B57C
Tints of Caper #A8B57C
RGB
CMYK
RGB Variations
Color information
#A8B57C (or 0xA8B57C) is known color: Caper. HEX triplet: A8, B5 and 7C. RGB value is (168,181,124). Sum of RGB (Red+Green+Blue) = 168+181+124=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 124 (48.83% from 255 or 26.22% from 473); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B57C is #574A83. Grayscale: #AAAAAA. Windows color (decimal): -5720708 or 8172968. OLE color: 8172968.
HSL color Cylindrical-coordinate representation of color #A8B57C: hue angle of 73.68º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8B57C is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 181 | 124 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.29 |
| HSL | 73.68º | 0.28% | 0.6% | - |
| HSV(B) | 73.68º | 0.31% | 0.71% | - |
| XYZ | 36.31 | 42.83 | 25.42 | - |
| YUV | 170.62 | 101.69 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 181 | 124 | 0.07 | 0 | 0.31 | 0.29 | 73.68 | 0.28 | 0.6 |
| Hex | A8 | B5 | 7C | 7 | 0 | 1F | 1D | 4A | 1C | 3C |
| Octal | 250 | 265 | 174 | 7 | 0 | 37 | 35 | 112 | 34 | 74 |
| Binary | 10101000 | 10110101 | 1111100 | 111 | 0 | 11111 | 11101 | 1001010 | 11100 | 111100 |
Color Harmonies of #A8B57C
Complementary color
Monochromatic Colors of #A8B57C
Black with #A8B57C
Text Example
Text Example
White with #A8B57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B57C; }
p { color: rgb(168,181,124); }
H1.HeaderClassName
{
color: #A8B57C;
}
.AnyTagClassName
{
color: #A8B57C;
}
</style>
background-color css
<style>
a { background-color: #A8B57C; }
a { background-color: rgb(168,181,124); }
div.DivClassName
{
background-color: #A8B57C;
}
.BgClassName
{
background-color: #A8B57C;
}
</style>
border-color css
<style>
span { border-color: #A8B57C; }
span { border-color: rgb(168,181,124); }
td.TdClassName
{
border-color: #A8B57C;
}
.TagClassName
{
border-color: #A8B57C;
}
</style>