Shades of Caper #A8B981
Tints of Caper #A8B981
RGB
CMYK
RGB Variations
Color information
#A8B981 (or 0xA8B981) is known color: Caper. HEX triplet: A8, B9 and 81. RGB value is (168,185,129). Sum of RGB (Red+Green+Blue) = 168+185+129=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 129 (50.78% from 255 or 26.76% from 482); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B981 is #57467E. Grayscale: #ADADAD. Windows color (decimal): -5719679 or 8501672. OLE color: 8501672.
HSL color Cylindrical-coordinate representation of color #A8B981: hue angle of 78.21º degrees, saturation: 0.29, 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 #A8B981 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 185 | 129 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.27 |
| HSL | 78.21º | 0.29% | 0.62% | - |
| HSV(B) | 78.21º | 0.3% | 0.73% | - |
| XYZ | 37.46 | 44.61 | 27.4 | - |
| YUV | 173.53 | 102.87 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 185 | 129 | 0.09 | 0 | 0.30 | 0.27 | 78.21 | 0.29 | 0.62 |
| Hex | A8 | B9 | 81 | 9 | 0 | 1E | 1B | 4E | 1D | 3E |
| Octal | 250 | 271 | 201 | 11 | 0 | 36 | 33 | 116 | 35 | 76 |
| Binary | 10101000 | 10111001 | 10000001 | 1001 | 0 | 11110 | 11011 | 1001110 | 11101 | 111110 |
Color Harmonies of #A8B981
Complementary color
Monochromatic Colors of #A8B981
Black with #A8B981
Text Example
Text Example
White with #A8B981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B981; }
p { color: rgb(168,185,129); }
H1.HeaderClassName
{
color: #A8B981;
}
.AnyTagClassName
{
color: #A8B981;
}
</style>
background-color css
<style>
a { background-color: #A8B981; }
a { background-color: rgb(168,185,129); }
div.DivClassName
{
background-color: #A8B981;
}
.BgClassName
{
background-color: #A8B981;
}
</style>
border-color css
<style>
span { border-color: #A8B981; }
span { border-color: rgb(168,185,129); }
td.TdClassName
{
border-color: #A8B981;
}
.TagClassName
{
border-color: #A8B981;
}
</style>