Shades of Caper #A6B282
Tints of Caper #A6B282
RGB
CMYK
RGB Variations
Color information
#A6B282 (or 0xA6B282) is known color: Caper. HEX triplet: A6, B2 and 82. RGB value is (166,178,130). Sum of RGB (Red+Green+Blue) = 166+178+130=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 178 (69.92% from 255 or 37.55% from 474); Blue value is 130 (51.17% from 255 or 27.43% from 474); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B282 is #594D7D. Grayscale: #A9A9A9. Windows color (decimal): -5852542 or 8565414. OLE color: 8565414.
HSL color Cylindrical-coordinate representation of color #A6B282: hue angle of 75º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6B282 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 178 | 130 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.30 |
| HSL | 75º | 0.24% | 0.6% | - |
| HSV(B) | 75º | 0.27% | 0.7% | - |
| XYZ | 35.68 | 41.56 | 27.26 | - |
| YUV | 168.94 | 106.02 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 178 | 130 | 0.07 | 0 | 0.27 | 0.30 | 75 | 0.24 | 0.6 |
| Hex | A6 | B2 | 82 | 7 | 0 | 1B | 1E | 4B | 18 | 3C |
| Octal | 246 | 262 | 202 | 7 | 0 | 33 | 36 | 113 | 30 | 74 |
| Binary | 10100110 | 10110010 | 10000010 | 111 | 0 | 11011 | 11110 | 1001011 | 11000 | 111100 |
Color Harmonies of #A6B282
Complementary color
Monochromatic Colors of #A6B282
Black with #A6B282
Text Example
Text Example
White with #A6B282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B282; }
p { color: rgb(166,178,130); }
H1.HeaderClassName
{
color: #A6B282;
}
.AnyTagClassName
{
color: #A6B282;
}
</style>
background-color css
<style>
a { background-color: #A6B282; }
a { background-color: rgb(166,178,130); }
div.DivClassName
{
background-color: #A6B282;
}
.BgClassName
{
background-color: #A6B282;
}
</style>
border-color css
<style>
span { border-color: #A6B282; }
span { border-color: rgb(166,178,130); }
td.TdClassName
{
border-color: #A6B282;
}
.TagClassName
{
border-color: #A6B282;
}
</style>