Shades of Caper #A6CA7A
Tints of Caper #A6CA7A
RGB
CMYK
RGB Variations
Color information
#A6CA7A (or 0xA6CA7A) is known color: Caper. HEX triplet: A6, CA and 7A. RGB value is (166,202,122). Sum of RGB (Red+Green+Blue) = 166+202+122=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 202 (79.30% from 255 or 41.22% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CA7A is #593585. Grayscale: #B6B6B6. Windows color (decimal): -5846406 or 8047270. OLE color: 8047270.
HSL color Cylindrical-coordinate representation of color #A6CA7A: hue angle of 87º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A6CA7A is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 202 | 122 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.21 |
| HSL | 87º | 0.43% | 0.64% | - |
| HSV(B) | 87º | 0.4% | 0.79% | - |
| XYZ | 40.36 | 51.75 | 26.27 | - |
| YUV | 182.12 | 94.07 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 202 | 122 | 0.18 | 0 | 0.40 | 0.21 | 87 | 0.43 | 0.64 |
| Hex | A6 | CA | 7A | 12 | 0 | 28 | 15 | 57 | 2B | 40 |
| Octal | 246 | 312 | 172 | 22 | 0 | 50 | 25 | 127 | 53 | 100 |
| Binary | 10100110 | 11001010 | 1111010 | 10010 | 0 | 101000 | 10101 | 1010111 | 101011 | 1000000 |
Color Harmonies of #A6CA7A
Complementary color
Monochromatic Colors of #A6CA7A
Black with #A6CA7A
Text Example
Text Example
White with #A6CA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CA7A; }
p { color: rgb(166,202,122); }
H1.HeaderClassName
{
color: #A6CA7A;
}
.AnyTagClassName
{
color: #A6CA7A;
}
</style>
background-color css
<style>
a { background-color: #A6CA7A; }
a { background-color: rgb(166,202,122); }
div.DivClassName
{
background-color: #A6CA7A;
}
.BgClassName
{
background-color: #A6CA7A;
}
</style>
border-color css
<style>
span { border-color: #A6CA7A; }
span { border-color: rgb(166,202,122); }
td.TdClassName
{
border-color: #A6CA7A;
}
.TagClassName
{
border-color: #A6CA7A;
}
</style>