Shades of Caper #A6B577
Tints of Caper #A6B577
RGB
CMYK
RGB Variations
Color information
#A6B577 (or 0xA6B577) is known color: Caper. HEX triplet: A6, B5 and 77. RGB value is (166,181,119). Sum of RGB (Red+Green+Blue) = 166+181+119=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 181 (71.09% from 255 or 38.84% from 466); Blue value is 119 (46.88% from 255 or 25.54% from 466); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B577 is #594A88. Grayscale: #A9A9A9. Windows color (decimal): -5851785 or 7845286. OLE color: 7845286.
HSL color Cylindrical-coordinate representation of color #A6B577: hue angle of 74.52º degrees, saturation: 0.3, 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 #A6B577 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 181 | 119 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.29 |
| HSL | 74.52º | 0.3% | 0.59% | - |
| HSV(B) | 74.52º | 0.34% | 0.71% | - |
| XYZ | 35.58 | 42.49 | 23.78 | - |
| YUV | 169.45 | 99.53 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 181 | 119 | 0.08 | 0 | 0.34 | 0.29 | 74.52 | 0.3 | 0.59 |
| Hex | A6 | B5 | 77 | 8 | 0 | 22 | 1D | 4B | 1E | 3B |
| Octal | 246 | 265 | 167 | 10 | 0 | 42 | 35 | 113 | 36 | 73 |
| Binary | 10100110 | 10110101 | 1110111 | 1000 | 0 | 100010 | 11101 | 1001011 | 11110 | 111011 |
Color Harmonies of #A6B577
Complementary color
Monochromatic Colors of #A6B577
Black with #A6B577
Text Example
Text Example
White with #A6B577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B577; }
p { color: rgb(166,181,119); }
H1.HeaderClassName
{
color: #A6B577;
}
.AnyTagClassName
{
color: #A6B577;
}
</style>
background-color css
<style>
a { background-color: #A6B577; }
a { background-color: rgb(166,181,119); }
div.DivClassName
{
background-color: #A6B577;
}
.BgClassName
{
background-color: #A6B577;
}
</style>
border-color css
<style>
span { border-color: #A6B577; }
span { border-color: rgb(166,181,119); }
td.TdClassName
{
border-color: #A6B577;
}
.TagClassName
{
border-color: #A6B577;
}
</style>