Shades of Caper #A8B778
Tints of Caper #A8B778
RGB
CMYK
RGB Variations
Color information
#A8B778 (or 0xA8B778) is known color: Caper. HEX triplet: A8, B7 and 78. RGB value is (168,183,120). Sum of RGB (Red+Green+Blue) = 168+183+120=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 183 (71.88% from 255 or 38.85% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B778 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B778 is #574887. Grayscale: #ABABAB. Windows color (decimal): -5720200 or 7911336. OLE color: 7911336.
HSL color Cylindrical-coordinate representation of color #A8B778: hue angle of 74.29º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8B778 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 183 | 120 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.28 |
| HSL | 74.29º | 0.3% | 0.59% | - |
| HSV(B) | 74.29º | 0.34% | 0.72% | - |
| XYZ | 36.47 | 43.55 | 24.25 | - |
| YUV | 171.33 | 99.03 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 183 | 120 | 0.08 | 0 | 0.34 | 0.28 | 74.29 | 0.3 | 0.59 |
| Hex | A8 | B7 | 78 | 8 | 0 | 22 | 1C | 4A | 1E | 3B |
| Octal | 250 | 267 | 170 | 10 | 0 | 42 | 34 | 112 | 36 | 73 |
| Binary | 10101000 | 10110111 | 1111000 | 1000 | 0 | 100010 | 11100 | 1001010 | 11110 | 111011 |
Color Harmonies of #A8B778
Complementary color
Monochromatic Colors of #A8B778
Black with #A8B778
Text Example
Text Example
White with #A8B778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B778; }
p { color: rgb(168,183,120); }
H1.HeaderClassName
{
color: #A8B778;
}
.AnyTagClassName
{
color: #A8B778;
}
</style>
background-color css
<style>
a { background-color: #A8B778; }
a { background-color: rgb(168,183,120); }
div.DivClassName
{
background-color: #A8B778;
}
.BgClassName
{
background-color: #A8B778;
}
</style>
border-color css
<style>
span { border-color: #A8B778; }
span { border-color: rgb(168,183,120); }
td.TdClassName
{
border-color: #A8B778;
}
.TagClassName
{
border-color: #A8B778;
}
</style>