Shades of Caper #A7C477
Tints of Caper #A7C477
RGB
CMYK
RGB Variations
Color information
#A7C477 (or 0xA7C477) is known color: Caper. HEX triplet: A7, C4 and 77. RGB value is (167,196,119). Sum of RGB (Red+Green+Blue) = 167+196+119=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 196 (76.95% from 255 or 40.66% from 482); Blue value is 119 (46.88% from 255 or 24.69% from 482); Max value from RGB is 196 - color contains mainly: green. Hex color #A7C477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C477 is #583B88. Grayscale: #B2B2B2. Windows color (decimal): -5782409 or 7849127. OLE color: 7849127.
HSL color Cylindrical-coordinate representation of color #A7C477: hue angle of 82.6º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A7C477 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 167 | 196 | 119 | - |
| CMYK | 0.15 | 0 | 0.39 | 0.23 |
| HSL | 82.6º | 0.39% | 0.62% | - |
| HSV(B) | 82.6º | 0.39% | 0.77% | - |
| XYZ | 39.01 | 49.03 | 24.86 | - |
| YUV | 178.55 | 94.39 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 196 | 119 | 0.15 | 0 | 0.39 | 0.23 | 82.6 | 0.39 | 0.62 |
| Hex | A7 | C4 | 77 | F | 0 | 27 | 17 | 53 | 27 | 3E |
| Octal | 247 | 304 | 167 | 17 | 0 | 47 | 27 | 123 | 47 | 76 |
| Binary | 10100111 | 11000100 | 1110111 | 1111 | 0 | 100111 | 10111 | 1010011 | 100111 | 111110 |
Color Harmonies of #A7C477
Complementary color
Monochromatic Colors of #A7C477
Black with #A7C477
Text Example
Text Example
White with #A7C477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C477; }
p { color: rgb(167,196,119); }
H1.HeaderClassName
{
color: #A7C477;
}
.AnyTagClassName
{
color: #A7C477;
}
</style>
background-color css
<style>
a { background-color: #A7C477; }
a { background-color: rgb(167,196,119); }
div.DivClassName
{
background-color: #A7C477;
}
.BgClassName
{
background-color: #A7C477;
}
</style>
border-color css
<style>
span { border-color: #A7C477; }
span { border-color: rgb(167,196,119); }
td.TdClassName
{
border-color: #A7C477;
}
.TagClassName
{
border-color: #A7C477;
}
</style>