Shades of Caper #A5C181
Tints of Caper #A5C181
RGB
CMYK
RGB Variations
Color information
#A5C181 (or 0xA5C181) is known color: Caper. HEX triplet: A5, C1 and 81. RGB value is (165,193,129). Sum of RGB (Red+Green+Blue) = 165+193+129=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 193 (75.78% from 255 or 39.63% from 487); Blue value is 129 (50.78% from 255 or 26.49% from 487); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C181 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C181 is #5A3E7E. Grayscale: #B1B1B1. Windows color (decimal): -5914239 or 8503717. OLE color: 8503717.
HSL color Cylindrical-coordinate representation of color #A5C181: hue angle of 86.25º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5C181 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 193 | 129 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.24 |
| HSL | 86.25º | 0.34% | 0.63% | - |
| HSV(B) | 86.25º | 0.33% | 0.76% | - |
| XYZ | 38.55 | 47.72 | 27.95 | - |
| YUV | 177.33 | 100.72 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 193 | 129 | 0.15 | 0 | 0.33 | 0.24 | 86.25 | 0.34 | 0.63 |
| Hex | A5 | C1 | 81 | F | 0 | 21 | 18 | 56 | 22 | 3F |
| Octal | 245 | 301 | 201 | 17 | 0 | 41 | 30 | 126 | 42 | 77 |
| Binary | 10100101 | 11000001 | 10000001 | 1111 | 0 | 100001 | 11000 | 1010110 | 100010 | 111111 |
Color Harmonies of #A5C181
Complementary color
Monochromatic Colors of #A5C181
Black with #A5C181
Text Example
Text Example
White with #A5C181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C181; }
p { color: rgb(165,193,129); }
H1.HeaderClassName
{
color: #A5C181;
}
.AnyTagClassName
{
color: #A5C181;
}
</style>
background-color css
<style>
a { background-color: #A5C181; }
a { background-color: rgb(165,193,129); }
div.DivClassName
{
background-color: #A5C181;
}
.BgClassName
{
background-color: #A5C181;
}
</style>
border-color css
<style>
span { border-color: #A5C181; }
span { border-color: rgb(165,193,129); }
td.TdClassName
{
border-color: #A5C181;
}
.TagClassName
{
border-color: #A5C181;
}
</style>