Shades of Caper #A6B682
Tints of Caper #A6B682
RGB
CMYK
RGB Variations
Color information
#A6B682 (or 0xA6B682) is known color: Caper. HEX triplet: A6, B6 and 82. RGB value is (166,182,130). Sum of RGB (Red+Green+Blue) = 166+182+130=478 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.73% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B682 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B682 is #59497D. Grayscale: #ABABAB. Windows color (decimal): -5851518 or 8566438. OLE color: 8566438.
HSL color Cylindrical-coordinate representation of color #A6B682: hue angle of 78.46º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6B682 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 182 | 130 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.29 |
| HSL | 78.46º | 0.26% | 0.61% | - |
| HSV(B) | 78.46º | 0.29% | 0.71% | - |
| XYZ | 36.48 | 43.17 | 27.53 | - |
| YUV | 171.29 | 104.7 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 182 | 130 | 0.09 | 0 | 0.29 | 0.29 | 78.46 | 0.26 | 0.61 |
| Hex | A6 | B6 | 82 | 9 | 0 | 1D | 1D | 4E | 1A | 3D |
| Octal | 246 | 266 | 202 | 11 | 0 | 35 | 35 | 116 | 32 | 75 |
| Binary | 10100110 | 10110110 | 10000010 | 1001 | 0 | 11101 | 11101 | 1001110 | 11010 | 111101 |
Color Harmonies of #A6B682
Complementary color
Monochromatic Colors of #A6B682
Black with #A6B682
Text Example
Text Example
White with #A6B682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B682; }
p { color: rgb(166,182,130); }
H1.HeaderClassName
{
color: #A6B682;
}
.AnyTagClassName
{
color: #A6B682;
}
</style>
background-color css
<style>
a { background-color: #A6B682; }
a { background-color: rgb(166,182,130); }
div.DivClassName
{
background-color: #A6B682;
}
.BgClassName
{
background-color: #A6B682;
}
</style>
border-color css
<style>
span { border-color: #A6B682; }
span { border-color: rgb(166,182,130); }
td.TdClassName
{
border-color: #A6B682;
}
.TagClassName
{
border-color: #A6B682;
}
</style>