Shades of Caper #A6B97A
Tints of Caper #A6B97A
RGB
CMYK
RGB Variations
Color information
#A6B97A (or 0xA6B97A) is known color: Caper. HEX triplet: A6, B9 and 7A. RGB value is (166,185,122). Sum of RGB (Red+Green+Blue) = 166+185+122=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B97A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B97A is #594685. Grayscale: #ACACAC. Windows color (decimal): -5850758 or 8042918. OLE color: 8042918.
HSL color Cylindrical-coordinate representation of color #A6B97A: hue angle of 78.1º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6B97A is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 185 | 122 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.27 |
| HSL | 78.1º | 0.31% | 0.6% | - |
| HSV(B) | 78.1º | 0.34% | 0.73% | - |
| XYZ | 36.59 | 44.21 | 25.02 | - |
| YUV | 172.14 | 99.71 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 185 | 122 | 0.10 | 0 | 0.34 | 0.27 | 78.1 | 0.31 | 0.6 |
| Hex | A6 | B9 | 7A | A | 0 | 22 | 1B | 4E | 1F | 3C |
| Octal | 246 | 271 | 172 | 12 | 0 | 42 | 33 | 116 | 37 | 74 |
| Binary | 10100110 | 10111001 | 1111010 | 1010 | 0 | 100010 | 11011 | 1001110 | 11111 | 111100 |
Color Harmonies of #A6B97A
Complementary color
Monochromatic Colors of #A6B97A
Black with #A6B97A
Text Example
Text Example
White with #A6B97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B97A; }
p { color: rgb(166,185,122); }
H1.HeaderClassName
{
color: #A6B97A;
}
.AnyTagClassName
{
color: #A6B97A;
}
</style>
background-color css
<style>
a { background-color: #A6B97A; }
a { background-color: rgb(166,185,122); }
div.DivClassName
{
background-color: #A6B97A;
}
.BgClassName
{
background-color: #A6B97A;
}
</style>
border-color css
<style>
span { border-color: #A6B97A; }
span { border-color: rgb(166,185,122); }
td.TdClassName
{
border-color: #A6B97A;
}
.TagClassName
{
border-color: #A6B97A;
}
</style>