Shades of Caper #A6B578
Tints of Caper #A6B578
RGB
CMYK
RGB Variations
Color information
#A6B578 (or 0xA6B578) is known color: Caper. HEX triplet: A6, B5 and 78. RGB value is (166,181,120). Sum of RGB (Red+Green+Blue) = 166+181+120=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B578 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B578 is #594A87. Grayscale: #A9A9A9. Windows color (decimal): -5851784 or 7910822. OLE color: 7910822.
HSL color Cylindrical-coordinate representation of color #A6B578: hue angle of 74.75º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6B578 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 181 | 120 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.29 |
| HSL | 74.75º | 0.29% | 0.59% | - |
| HSV(B) | 74.75º | 0.34% | 0.71% | - |
| XYZ | 35.64 | 42.51 | 24.1 | - |
| YUV | 169.56 | 100.03 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 181 | 120 | 0.08 | 0 | 0.34 | 0.29 | 74.75 | 0.29 | 0.59 |
| Hex | A6 | B5 | 78 | 8 | 0 | 22 | 1D | 4B | 1D | 3B |
| Octal | 246 | 265 | 170 | 10 | 0 | 42 | 35 | 113 | 35 | 73 |
| Binary | 10100110 | 10110101 | 1111000 | 1000 | 0 | 100010 | 11101 | 1001011 | 11101 | 111011 |
Color Harmonies of #A6B578
Complementary color
Monochromatic Colors of #A6B578
Black with #A6B578
Text Example
Text Example
White with #A6B578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B578; }
p { color: rgb(166,181,120); }
H1.HeaderClassName
{
color: #A6B578;
}
.AnyTagClassName
{
color: #A6B578;
}
</style>
background-color css
<style>
a { background-color: #A6B578; }
a { background-color: rgb(166,181,120); }
div.DivClassName
{
background-color: #A6B578;
}
.BgClassName
{
background-color: #A6B578;
}
</style>
border-color css
<style>
span { border-color: #A6B578; }
span { border-color: rgb(166,181,120); }
td.TdClassName
{
border-color: #A6B578;
}
.TagClassName
{
border-color: #A6B578;
}
</style>