Shades of Caper #A6B775
Tints of Caper #A6B775
RGB
CMYK
RGB Variations
Color information
#A6B775 (or 0xA6B775) is known color: Caper. HEX triplet: A6, B7 and 75. RGB value is (166,183,117). Sum of RGB (Red+Green+Blue) = 166+183+117=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B775 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B775 is #59488A. Grayscale: #AAAAAA. Windows color (decimal): -5851275 or 7714726. OLE color: 7714726.
HSL color Cylindrical-coordinate representation of color #A6B775: hue angle of 75.45º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A6B775 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 183 | 117 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.28 |
| HSL | 75.45º | 0.31% | 0.59% | - |
| HSV(B) | 75.45º | 0.36% | 0.72% | - |
| XYZ | 35.87 | 43.26 | 23.29 | - |
| YUV | 170.39 | 97.87 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 183 | 117 | 0.09 | 0 | 0.36 | 0.28 | 75.45 | 0.31 | 0.59 |
| Hex | A6 | B7 | 75 | 9 | 0 | 24 | 1C | 4B | 1F | 3B |
| Octal | 246 | 267 | 165 | 11 | 0 | 44 | 34 | 113 | 37 | 73 |
| Binary | 10100110 | 10110111 | 1110101 | 1001 | 0 | 100100 | 11100 | 1001011 | 11111 | 111011 |
Color Harmonies of #A6B775
Complementary color
Monochromatic Colors of #A6B775
Black with #A6B775
Text Example
Text Example
White with #A6B775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B775; }
p { color: rgb(166,183,117); }
H1.HeaderClassName
{
color: #A6B775;
}
.AnyTagClassName
{
color: #A6B775;
}
</style>
background-color css
<style>
a { background-color: #A6B775; }
a { background-color: rgb(166,183,117); }
div.DivClassName
{
background-color: #A6B775;
}
.BgClassName
{
background-color: #A6B775;
}
</style>
border-color css
<style>
span { border-color: #A6B775; }
span { border-color: rgb(166,183,117); }
td.TdClassName
{
border-color: #A6B775;
}
.TagClassName
{
border-color: #A6B775;
}
</style>