Shades of Caper #A6BD7A
Tints of Caper #A6BD7A
RGB
CMYK
RGB Variations
Color information
#A6BD7A (or 0xA6BD7A) is known color: Caper. HEX triplet: A6, BD and 7A. RGB value is (166,189,122). Sum of RGB (Red+Green+Blue) = 166+189+122=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BD7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BD7A is #594285. Grayscale: #AEAEAE. Windows color (decimal): -5849734 or 8043942. OLE color: 8043942.
HSL color Cylindrical-coordinate representation of color #A6BD7A: hue angle of 80.6º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6BD7A is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 189 | 122 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.26 |
| HSL | 80.6º | 0.34% | 0.61% | - |
| HSV(B) | 80.6º | 0.35% | 0.74% | - |
| XYZ | 37.44 | 45.91 | 25.3 | - |
| YUV | 174.49 | 98.38 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 189 | 122 | 0.12 | 0 | 0.35 | 0.26 | 80.6 | 0.34 | 0.61 |
| Hex | A6 | BD | 7A | C | 0 | 23 | 1A | 51 | 22 | 3D |
| Octal | 246 | 275 | 172 | 14 | 0 | 43 | 32 | 121 | 42 | 75 |
| Binary | 10100110 | 10111101 | 1111010 | 1100 | 0 | 100011 | 11010 | 1010001 | 100010 | 111101 |
Color Harmonies of #A6BD7A
Complementary color
Monochromatic Colors of #A6BD7A
Black with #A6BD7A
Text Example
Text Example
White with #A6BD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BD7A; }
p { color: rgb(166,189,122); }
H1.HeaderClassName
{
color: #A6BD7A;
}
.AnyTagClassName
{
color: #A6BD7A;
}
</style>
background-color css
<style>
a { background-color: #A6BD7A; }
a { background-color: rgb(166,189,122); }
div.DivClassName
{
background-color: #A6BD7A;
}
.BgClassName
{
background-color: #A6BD7A;
}
</style>
border-color css
<style>
span { border-color: #A6BD7A; }
span { border-color: rgb(166,189,122); }
td.TdClassName
{
border-color: #A6BD7A;
}
.TagClassName
{
border-color: #A6BD7A;
}
</style>