Shades of Caper #A6B975
Tints of Caper #A6B975
RGB
CMYK
RGB Variations
Color information
#A6B975 (or 0xA6B975) is known color: Caper. HEX triplet: A6, B9 and 75. RGB value is (166,185,117). Sum of RGB (Red+Green+Blue) = 166+185+117=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 185 (72.66% from 255 or 39.53% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B975 is #59468A. Grayscale: #ABABAB. Windows color (decimal): -5850763 or 7715238. OLE color: 7715238.
HSL color Cylindrical-coordinate representation of color #A6B975: hue angle of 76.76º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A6B975 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 185 | 117 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.27 |
| HSL | 76.76º | 0.33% | 0.59% | - |
| HSV(B) | 76.76º | 0.37% | 0.73% | - |
| XYZ | 36.29 | 44.09 | 23.43 | - |
| YUV | 171.57 | 97.21 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 185 | 117 | 0.10 | 0 | 0.37 | 0.27 | 76.76 | 0.33 | 0.59 |
| Hex | A6 | B9 | 75 | A | 0 | 25 | 1B | 4D | 21 | 3B |
| Octal | 246 | 271 | 165 | 12 | 0 | 45 | 33 | 115 | 41 | 73 |
| Binary | 10100110 | 10111001 | 1110101 | 1010 | 0 | 100101 | 11011 | 1001101 | 100001 | 111011 |
Color Harmonies of #A6B975
Complementary color
Monochromatic Colors of #A6B975
Black with #A6B975
Text Example
Text Example
White with #A6B975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B975; }
p { color: rgb(166,185,117); }
H1.HeaderClassName
{
color: #A6B975;
}
.AnyTagClassName
{
color: #A6B975;
}
</style>
background-color css
<style>
a { background-color: #A6B975; }
a { background-color: rgb(166,185,117); }
div.DivClassName
{
background-color: #A6B975;
}
.BgClassName
{
background-color: #A6B975;
}
</style>
border-color css
<style>
span { border-color: #A6B975; }
span { border-color: rgb(166,185,117); }
td.TdClassName
{
border-color: #A6B975;
}
.TagClassName
{
border-color: #A6B975;
}
</style>