Shades of Caper #A8B982
Tints of Caper #A8B982
RGB
CMYK
RGB Variations
Color information
#A8B982 (or 0xA8B982) is known color: Caper. HEX triplet: A8, B9 and 82. RGB value is (168,185,130). Sum of RGB (Red+Green+Blue) = 168+185+130=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 185 (72.66% from 255 or 38.30% from 483); Blue value is 130 (51.17% from 255 or 26.92% from 483); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B982 is #57467D. Grayscale: #ADADAD. Windows color (decimal): -5719678 or 8567208. OLE color: 8567208.
HSL color Cylindrical-coordinate representation of color #A8B982: hue angle of 78.55º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8B982 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 185 | 130 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.27 |
| HSL | 78.55º | 0.28% | 0.62% | - |
| HSV(B) | 78.55º | 0.3% | 0.73% | - |
| XYZ | 37.53 | 44.63 | 27.76 | - |
| YUV | 173.65 | 103.37 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 185 | 130 | 0.09 | 0 | 0.30 | 0.27 | 78.55 | 0.28 | 0.62 |
| Hex | A8 | B9 | 82 | 9 | 0 | 1E | 1B | 4F | 1C | 3E |
| Octal | 250 | 271 | 202 | 11 | 0 | 36 | 33 | 117 | 34 | 76 |
| Binary | 10101000 | 10111001 | 10000010 | 1001 | 0 | 11110 | 11011 | 1001111 | 11100 | 111110 |
Color Harmonies of #A8B982
Complementary color
Monochromatic Colors of #A8B982
Black with #A8B982
Text Example
Text Example
White with #A8B982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B982; }
p { color: rgb(168,185,130); }
H1.HeaderClassName
{
color: #A8B982;
}
.AnyTagClassName
{
color: #A8B982;
}
</style>
background-color css
<style>
a { background-color: #A8B982; }
a { background-color: rgb(168,185,130); }
div.DivClassName
{
background-color: #A8B982;
}
.BgClassName
{
background-color: #A8B982;
}
</style>
border-color css
<style>
span { border-color: #A8B982; }
span { border-color: rgb(168,185,130); }
td.TdClassName
{
border-color: #A8B982;
}
.TagClassName
{
border-color: #A8B982;
}
</style>