Shades of Caper #A5C07D
Tints of Caper #A5C07D
RGB
CMYK
RGB Variations
Color information
#A5C07D (or 0xA5C07D) is known color: Caper. HEX triplet: A5, C0 and 7D. RGB value is (165,192,125). Sum of RGB (Red+Green+Blue) = 165+192+125=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 125 (49.22% from 255 or 25.93% from 482); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C07D is #5A3F82. Grayscale: #B0B0B0. Windows color (decimal): -5914499 or 8241317. OLE color: 8241317.
HSL color Cylindrical-coordinate representation of color #A5C07D: hue angle of 84.18º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5C07D is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 192 | 125 | - |
| CMYK | 0.14 | 0 | 0.35 | 0.25 |
| HSL | 84.18º | 0.35% | 0.62% | - |
| HSV(B) | 84.18º | 0.35% | 0.75% | - |
| XYZ | 38.07 | 47.18 | 26.5 | - |
| YUV | 176.29 | 99.05 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 192 | 125 | 0.14 | 0 | 0.35 | 0.25 | 84.18 | 0.35 | 0.62 |
| Hex | A5 | C0 | 7D | E | 0 | 23 | 19 | 54 | 23 | 3E |
| Octal | 245 | 300 | 175 | 16 | 0 | 43 | 31 | 124 | 43 | 76 |
| Binary | 10100101 | 11000000 | 1111101 | 1110 | 0 | 100011 | 11001 | 1010100 | 100011 | 111110 |
Color Harmonies of #A5C07D
Complementary color
Monochromatic Colors of #A5C07D
Black with #A5C07D
Text Example
Text Example
White with #A5C07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C07D; }
p { color: rgb(165,192,125); }
H1.HeaderClassName
{
color: #A5C07D;
}
.AnyTagClassName
{
color: #A5C07D;
}
</style>
background-color css
<style>
a { background-color: #A5C07D; }
a { background-color: rgb(165,192,125); }
div.DivClassName
{
background-color: #A5C07D;
}
.BgClassName
{
background-color: #A5C07D;
}
</style>
border-color css
<style>
span { border-color: #A5C07D; }
span { border-color: rgb(165,192,125); }
td.TdClassName
{
border-color: #A5C07D;
}
.TagClassName
{
border-color: #A5C07D;
}
</style>