Shades of Caper #A8B96E
Tints of Caper #A8B96E
RGB
CMYK
RGB Variations
Color information
#A8B96E (or 0xA8B96E) is known color: Caper. HEX triplet: A8, B9 and 6E. RGB value is (168,185,110). Sum of RGB (Red+Green+Blue) = 168+185+110=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 110 (43.36% from 255 or 23.76% from 463); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B96E is #574691. Grayscale: #ABABAB. Windows color (decimal): -5719698 or 7256488. OLE color: 7256488.
HSL color Cylindrical-coordinate representation of color #A8B96E: hue angle of 73.6º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8B96E is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 185 | 110 | - |
| CMYK | 0.09 | 0 | 0.41 | 0.27 |
| HSL | 73.6º | 0.35% | 0.58% | - |
| HSV(B) | 73.6º | 0.41% | 0.73% | - |
| XYZ | 36.31 | 44.15 | 21.36 | - |
| YUV | 171.37 | 93.37 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 185 | 110 | 0.09 | 0 | 0.41 | 0.27 | 73.6 | 0.35 | 0.58 |
| Hex | A8 | B9 | 6E | 9 | 0 | 29 | 1B | 4A | 23 | 3A |
| Octal | 250 | 271 | 156 | 11 | 0 | 51 | 33 | 112 | 43 | 72 |
| Binary | 10101000 | 10111001 | 1101110 | 1001 | 0 | 101001 | 11011 | 1001010 | 100011 | 111010 |
Color Harmonies of #A8B96E
Complementary color
Monochromatic Colors of #A8B96E
Black with #A8B96E
Text Example
Text Example
White with #A8B96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B96E; }
p { color: rgb(168,185,110); }
H1.HeaderClassName
{
color: #A8B96E;
}
.AnyTagClassName
{
color: #A8B96E;
}
</style>
background-color css
<style>
a { background-color: #A8B96E; }
a { background-color: rgb(168,185,110); }
div.DivClassName
{
background-color: #A8B96E;
}
.BgClassName
{
background-color: #A8B96E;
}
</style>
border-color css
<style>
span { border-color: #A8B96E; }
span { border-color: rgb(168,185,110); }
td.TdClassName
{
border-color: #A8B96E;
}
.TagClassName
{
border-color: #A8B96E;
}
</style>