Shades of Caper #A8B77E
Tints of Caper #A8B77E
RGB
CMYK
RGB Variations
Color information
#A8B77E (or 0xA8B77E) is known color: Caper. HEX triplet: A8, B7 and 7E. RGB value is (168,183,126). Sum of RGB (Red+Green+Blue) = 168+183+126=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 126 (49.61% from 255 or 26.42% from 477); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B77E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B77E is #574881. Grayscale: #ACACAC. Windows color (decimal): -5720194 or 8304552. OLE color: 8304552.
HSL color Cylindrical-coordinate representation of color #A8B77E: hue angle of 75.79º 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 #A8B77E is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 183 | 126 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.28 |
| HSL | 75.79º | 0.28% | 0.61% | - |
| HSV(B) | 75.79º | 0.31% | 0.72% | - |
| XYZ | 36.85 | 43.7 | 26.23 | - |
| YUV | 172.02 | 102.03 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 183 | 126 | 0.08 | 0 | 0.31 | 0.28 | 75.79 | 0.28 | 0.61 |
| Hex | A8 | B7 | 7E | 8 | 0 | 1F | 1C | 4C | 1C | 3D |
| Octal | 250 | 267 | 176 | 10 | 0 | 37 | 34 | 114 | 34 | 75 |
| Binary | 10101000 | 10110111 | 1111110 | 1000 | 0 | 11111 | 11100 | 1001100 | 11100 | 111101 |
Color Harmonies of #A8B77E
Complementary color
Monochromatic Colors of #A8B77E
Black with #A8B77E
Text Example
Text Example
White with #A8B77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B77E; }
p { color: rgb(168,183,126); }
H1.HeaderClassName
{
color: #A8B77E;
}
.AnyTagClassName
{
color: #A8B77E;
}
</style>
background-color css
<style>
a { background-color: #A8B77E; }
a { background-color: rgb(168,183,126); }
div.DivClassName
{
background-color: #A8B77E;
}
.BgClassName
{
background-color: #A8B77E;
}
</style>
border-color css
<style>
span { border-color: #A8B77E; }
span { border-color: rgb(168,183,126); }
td.TdClassName
{
border-color: #A8B77E;
}
.TagClassName
{
border-color: #A8B77E;
}
</style>