Shades of Caper #A6B67D
Tints of Caper #A6B67D
RGB
CMYK
RGB Variations
Color information
#A6B67D (or 0xA6B67D) is known color: Caper. HEX triplet: A6, B6 and 7D. RGB value is (166,182,125). Sum of RGB (Red+Green+Blue) = 166+182+125=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 182 (71.48% from 255 or 38.48% from 473); Blue value is 125 (49.22% from 255 or 26.43% from 473); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B67D is #594982. Grayscale: #AAAAAA. Windows color (decimal): -5851523 or 8238758. OLE color: 8238758.
HSL color Cylindrical-coordinate representation of color #A6B67D: hue angle of 76.84º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6B67D is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 182 | 125 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.29 |
| HSL | 76.84º | 0.28% | 0.6% | - |
| HSV(B) | 76.84º | 0.31% | 0.71% | - |
| XYZ | 36.16 | 43.04 | 25.8 | - |
| YUV | 170.72 | 102.2 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 182 | 125 | 0.09 | 0 | 0.31 | 0.29 | 76.84 | 0.28 | 0.6 |
| Hex | A6 | B6 | 7D | 9 | 0 | 1F | 1D | 4D | 1C | 3C |
| Octal | 246 | 266 | 175 | 11 | 0 | 37 | 35 | 115 | 34 | 74 |
| Binary | 10100110 | 10110110 | 1111101 | 1001 | 0 | 11111 | 11101 | 1001101 | 11100 | 111100 |
Color Harmonies of #A6B67D
Complementary color
Monochromatic Colors of #A6B67D
Black with #A6B67D
Text Example
Text Example
White with #A6B67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B67D; }
p { color: rgb(166,182,125); }
H1.HeaderClassName
{
color: #A6B67D;
}
.AnyTagClassName
{
color: #A6B67D;
}
</style>
background-color css
<style>
a { background-color: #A6B67D; }
a { background-color: rgb(166,182,125); }
div.DivClassName
{
background-color: #A6B67D;
}
.BgClassName
{
background-color: #A6B67D;
}
</style>
border-color css
<style>
span { border-color: #A6B67D; }
span { border-color: rgb(166,182,125); }
td.TdClassName
{
border-color: #A6B67D;
}
.TagClassName
{
border-color: #A6B67D;
}
</style>