Shades of Caper #A8B77F
Tints of Caper #A8B77F
RGB
CMYK
RGB Variations
Color information
#A8B77F (or 0xA8B77F) is known color: Caper. HEX triplet: A8, B7 and 7F. RGB value is (168,183,127). Sum of RGB (Red+Green+Blue) = 168+183+127=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 183 (71.88% from 255 or 38.28% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B77F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B77F is #574880. Grayscale: #ACACAC. Windows color (decimal): -5720193 or 8370088. OLE color: 8370088.
HSL color Cylindrical-coordinate representation of color #A8B77F: hue angle of 76.07º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8B77F is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 183 | 127 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.28 |
| HSL | 76.07º | 0.28% | 0.61% | - |
| HSV(B) | 76.07º | 0.31% | 0.72% | - |
| XYZ | 36.91 | 43.72 | 26.57 | - |
| YUV | 172.13 | 102.53 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 183 | 127 | 0.08 | 0 | 0.31 | 0.28 | 76.07 | 0.28 | 0.61 |
| Hex | A8 | B7 | 7F | 8 | 0 | 1F | 1C | 4C | 1C | 3D |
| Octal | 250 | 267 | 177 | 10 | 0 | 37 | 34 | 114 | 34 | 75 |
| Binary | 10101000 | 10110111 | 1111111 | 1000 | 0 | 11111 | 11100 | 1001100 | 11100 | 111101 |
Color Harmonies of #A8B77F
Complementary color
Monochromatic Colors of #A8B77F
Black with #A8B77F
Text Example
Text Example
White with #A8B77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B77F; }
p { color: rgb(168,183,127); }
H1.HeaderClassName
{
color: #A8B77F;
}
.AnyTagClassName
{
color: #A8B77F;
}
</style>
background-color css
<style>
a { background-color: #A8B77F; }
a { background-color: rgb(168,183,127); }
div.DivClassName
{
background-color: #A8B77F;
}
.BgClassName
{
background-color: #A8B77F;
}
</style>
border-color css
<style>
span { border-color: #A8B77F; }
span { border-color: rgb(168,183,127); }
td.TdClassName
{
border-color: #A8B77F;
}
.TagClassName
{
border-color: #A8B77F;
}
</style>