Shades of Caper #A6B680
Tints of Caper #A6B680
RGB
CMYK
RGB Variations
Color information
#A6B680 (or 0xA6B680) is known color: Caper. HEX triplet: A6, B6 and 80. RGB value is (166,182,128). Sum of RGB (Red+Green+Blue) = 166+182+128=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 182 (71.48% from 255 or 38.24% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B680 is #59497F. Grayscale: #ABABAB. Windows color (decimal): -5851520 or 8435366. OLE color: 8435366.
HSL color Cylindrical-coordinate representation of color #A6B680: hue angle of 77.78º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6B680 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 182 | 128 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.29 |
| HSL | 77.78º | 0.27% | 0.61% | - |
| HSV(B) | 77.78º | 0.3% | 0.71% | - |
| XYZ | 36.35 | 43.12 | 26.83 | - |
| YUV | 171.06 | 103.7 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 182 | 128 | 0.09 | 0 | 0.30 | 0.29 | 77.78 | 0.27 | 0.61 |
| Hex | A6 | B6 | 80 | 9 | 0 | 1E | 1D | 4E | 1B | 3D |
| Octal | 246 | 266 | 200 | 11 | 0 | 36 | 35 | 116 | 33 | 75 |
| Binary | 10100110 | 10110110 | 10000000 | 1001 | 0 | 11110 | 11101 | 1001110 | 11011 | 111101 |
Color Harmonies of #A6B680
Complementary color
Monochromatic Colors of #A6B680
Black with #A6B680
Text Example
Text Example
White with #A6B680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B680; }
p { color: rgb(166,182,128); }
H1.HeaderClassName
{
color: #A6B680;
}
.AnyTagClassName
{
color: #A6B680;
}
</style>
background-color css
<style>
a { background-color: #A6B680; }
a { background-color: rgb(166,182,128); }
div.DivClassName
{
background-color: #A6B680;
}
.BgClassName
{
background-color: #A6B680;
}
</style>
border-color css
<style>
span { border-color: #A6B680; }
span { border-color: rgb(166,182,128); }
td.TdClassName
{
border-color: #A6B680;
}
.TagClassName
{
border-color: #A6B680;
}
</style>