Shades of Caper #A8B782
Tints of Caper #A8B782
RGB
CMYK
RGB Variations
Color information
#A8B782 (or 0xA8B782) is known color: Caper. HEX triplet: A8, B7 and 82. RGB value is (168,183,130). Sum of RGB (Red+Green+Blue) = 168+183+130=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 183 (71.88% from 255 or 38.05% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B782 is #57487D. Grayscale: #ACACAC. Windows color (decimal): -5720190 or 8566696. OLE color: 8566696.
HSL color Cylindrical-coordinate representation of color #A8B782: hue angle of 76.98º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8B782 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 183 | 130 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.28 |
| HSL | 76.98º | 0.27% | 0.61% | - |
| HSV(B) | 76.98º | 0.29% | 0.72% | - |
| XYZ | 37.11 | 43.8 | 27.62 | - |
| YUV | 172.47 | 104.03 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 183 | 130 | 0.08 | 0 | 0.29 | 0.28 | 76.98 | 0.27 | 0.61 |
| Hex | A8 | B7 | 82 | 8 | 0 | 1D | 1C | 4D | 1B | 3D |
| Octal | 250 | 267 | 202 | 10 | 0 | 35 | 34 | 115 | 33 | 75 |
| Binary | 10101000 | 10110111 | 10000010 | 1000 | 0 | 11101 | 11100 | 1001101 | 11011 | 111101 |
Color Harmonies of #A8B782
Complementary color
Monochromatic Colors of #A8B782
Black with #A8B782
Text Example
Text Example
White with #A8B782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B782; }
p { color: rgb(168,183,130); }
H1.HeaderClassName
{
color: #A8B782;
}
.AnyTagClassName
{
color: #A8B782;
}
</style>
background-color css
<style>
a { background-color: #A8B782; }
a { background-color: rgb(168,183,130); }
div.DivClassName
{
background-color: #A8B782;
}
.BgClassName
{
background-color: #A8B782;
}
</style>
border-color css
<style>
span { border-color: #A8B782; }
span { border-color: rgb(168,183,130); }
td.TdClassName
{
border-color: #A8B782;
}
.TagClassName
{
border-color: #A8B782;
}
</style>