Shades of Caper #A7C577
Tints of Caper #A7C577
RGB
CMYK
RGB Variations
Color information
#A7C577 (or 0xA7C577) is known color: Caper. HEX triplet: A7, C5 and 77. RGB value is (167,197,119). Sum of RGB (Red+Green+Blue) = 167+197+119=483 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.58% from 483); Green value is 197 (77.34% from 255 or 40.79% from 483); Blue value is 119 (46.88% from 255 or 24.64% from 483); Max value from RGB is 197 - color contains mainly: green. Hex color #A7C577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C577 is #583A88. Grayscale: #B3B3B3. Windows color (decimal): -5782153 or 7849383. OLE color: 7849383.
HSL color Cylindrical-coordinate representation of color #A7C577: hue angle of 83.08º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A7C577 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 167 | 197 | 119 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.23 |
| HSL | 83.08º | 0.4% | 0.62% | - |
| HSV(B) | 83.08º | 0.4% | 0.77% | - |
| XYZ | 39.23 | 49.48 | 24.94 | - |
| YUV | 179.14 | 94.06 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 197 | 119 | 0.15 | 0 | 0.40 | 0.23 | 83.08 | 0.4 | 0.62 |
| Hex | A7 | C5 | 77 | F | 0 | 28 | 17 | 53 | 28 | 3E |
| Octal | 247 | 305 | 167 | 17 | 0 | 50 | 27 | 123 | 50 | 76 |
| Binary | 10100111 | 11000101 | 1110111 | 1111 | 0 | 101000 | 10111 | 1010011 | 101000 | 111110 |
Color Harmonies of #A7C577
Complementary color
Monochromatic Colors of #A7C577
Black with #A7C577
Text Example
Text Example
White with #A7C577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C577; }
p { color: rgb(167,197,119); }
H1.HeaderClassName
{
color: #A7C577;
}
.AnyTagClassName
{
color: #A7C577;
}
</style>
background-color css
<style>
a { background-color: #A7C577; }
a { background-color: rgb(167,197,119); }
div.DivClassName
{
background-color: #A7C577;
}
.BgClassName
{
background-color: #A7C577;
}
</style>
border-color css
<style>
span { border-color: #A7C577; }
span { border-color: rgb(167,197,119); }
td.TdClassName
{
border-color: #A7C577;
}
.TagClassName
{
border-color: #A7C577;
}
</style>