Shades of Caper #A8B984
Tints of Caper #A8B984
RGB
CMYK
RGB Variations
Color information
#A8B984 (or 0xA8B984) is known color: Caper. HEX triplet: A8, B9 and 84. RGB value is (168,185,132). Sum of RGB (Red+Green+Blue) = 168+185+132=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 132 (51.95% from 255 or 27.22% from 485); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B984 is #57467B. Grayscale: #AEAEAE. Windows color (decimal): -5719676 or 8698280. OLE color: 8698280.
HSL color Cylindrical-coordinate representation of color #A8B984: hue angle of 79.25º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8B984 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 185 | 132 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.27 |
| HSL | 79.25º | 0.27% | 0.62% | - |
| HSV(B) | 79.25º | 0.29% | 0.73% | - |
| XYZ | 37.66 | 44.69 | 28.47 | - |
| YUV | 173.88 | 104.37 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 185 | 132 | 0.09 | 0 | 0.29 | 0.27 | 79.25 | 0.27 | 0.62 |
| Hex | A8 | B9 | 84 | 9 | 0 | 1D | 1B | 4F | 1B | 3E |
| Octal | 250 | 271 | 204 | 11 | 0 | 35 | 33 | 117 | 33 | 76 |
| Binary | 10101000 | 10111001 | 10000100 | 1001 | 0 | 11101 | 11011 | 1001111 | 11011 | 111110 |
Color Harmonies of #A8B984
Complementary color
Monochromatic Colors of #A8B984
Black with #A8B984
Text Example
Text Example
White with #A8B984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B984; }
p { color: rgb(168,185,132); }
H1.HeaderClassName
{
color: #A8B984;
}
.AnyTagClassName
{
color: #A8B984;
}
</style>
background-color css
<style>
a { background-color: #A8B984; }
a { background-color: rgb(168,185,132); }
div.DivClassName
{
background-color: #A8B984;
}
.BgClassName
{
background-color: #A8B984;
}
</style>
border-color css
<style>
span { border-color: #A8B984; }
span { border-color: rgb(168,185,132); }
td.TdClassName
{
border-color: #A8B984;
}
.TagClassName
{
border-color: #A8B984;
}
</style>