Shades of Caper #A9C172
Tints of Caper #A9C172
RGB
CMYK
RGB Variations
Color information
#A9C172 (or 0xA9C172) is known color: Caper. HEX triplet: A9, C1 and 72. RGB value is (169,193,114). Sum of RGB (Red+Green+Blue) = 169+193+114=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 193 - color contains mainly: green. Hex color #A9C172 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9C172 is #563E8D. Grayscale: #B1B1B1. Windows color (decimal): -5652110 or 7520681. OLE color: 7520681.
HSL color Cylindrical-coordinate representation of color #A9C172: hue angle of 78.23º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A9C172 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 193 | 114 | - |
| CMYK | 0.12 | 0 | 0.41 | 0.24 |
| HSL | 78.23º | 0.39% | 0.6% | - |
| HSV(B) | 78.23º | 0.41% | 0.76% | - |
| XYZ | 38.47 | 47.79 | 23.12 | - |
| YUV | 176.82 | 92.55 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 193 | 114 | 0.12 | 0 | 0.41 | 0.24 | 78.23 | 0.39 | 0.6 |
| Hex | A9 | C1 | 72 | C | 0 | 29 | 18 | 4E | 27 | 3C |
| Octal | 251 | 301 | 162 | 14 | 0 | 51 | 30 | 116 | 47 | 74 |
| Binary | 10101001 | 11000001 | 1110010 | 1100 | 0 | 101001 | 11000 | 1001110 | 100111 | 111100 |
Color Harmonies of #A9C172
Complementary color
Monochromatic Colors of #A9C172
Black with #A9C172
Text Example
Text Example
White with #A9C172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C172; }
p { color: rgb(169,193,114); }
H1.HeaderClassName
{
color: #A9C172;
}
.AnyTagClassName
{
color: #A9C172;
}
</style>
background-color css
<style>
a { background-color: #A9C172; }
a { background-color: rgb(169,193,114); }
div.DivClassName
{
background-color: #A9C172;
}
.BgClassName
{
background-color: #A9C172;
}
</style>
border-color css
<style>
span { border-color: #A9C172; }
span { border-color: rgb(169,193,114); }
td.TdClassName
{
border-color: #A9C172;
}
.TagClassName
{
border-color: #A9C172;
}
</style>