Shades of Caper #A6B47E
Tints of Caper #A6B47E
RGB
CMYK
RGB Variations
Color information
#A6B47E (or 0xA6B47E) is known color: Caper. HEX triplet: A6, B4 and 7E. RGB value is (166,180,126). Sum of RGB (Red+Green+Blue) = 166+180+126=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B47E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B47E is #594B81. Grayscale: #A9A9A9. Windows color (decimal): -5852034 or 8303782. OLE color: 8303782.
HSL color Cylindrical-coordinate representation of color #A6B47E: hue angle of 75.56º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6B47E is Cyan = 0.08, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 180 | 126 | - |
| CMYK | 0.08 | 0 | 0.3 | 0.29 |
| HSL | 75.56º | 0.26% | 0.6% | - |
| HSV(B) | 75.56º | 0.3% | 0.71% | - |
| XYZ | 35.81 | 42.26 | 26.01 | - |
| YUV | 169.66 | 103.36 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 180 | 126 | 0.08 | 0 | 0.3 | 0.29 | 75.56 | 0.26 | 0.6 |
| Hex | A6 | B4 | 7E | 8 | 0 | 1E | 1D | 4C | 1A | 3C |
| Octal | 246 | 264 | 176 | 10 | 0 | 36 | 35 | 114 | 32 | 74 |
| Binary | 10100110 | 10110100 | 1111110 | 1000 | 0 | 11110 | 11101 | 1001100 | 11010 | 111100 |
Color Harmonies of #A6B47E
Complementary color
Monochromatic Colors of #A6B47E
Black with #A6B47E
Text Example
Text Example
White with #A6B47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B47E; }
p { color: rgb(166,180,126); }
H1.HeaderClassName
{
color: #A6B47E;
}
.AnyTagClassName
{
color: #A6B47E;
}
</style>
background-color css
<style>
a { background-color: #A6B47E; }
a { background-color: rgb(166,180,126); }
div.DivClassName
{
background-color: #A6B47E;
}
.BgClassName
{
background-color: #A6B47E;
}
</style>
border-color css
<style>
span { border-color: #A6B47E; }
span { border-color: rgb(166,180,126); }
td.TdClassName
{
border-color: #A6B47E;
}
.TagClassName
{
border-color: #A6B47E;
}
</style>