Shades of Caper #A9C675
Tints of Caper #A9C675
RGB
CMYK
RGB Variations
Color information
#A9C675 (or 0xA9C675) is known color: Caper. HEX triplet: A9, C6 and 75. RGB value is (169,198,117). Sum of RGB (Red+Green+Blue) = 169+198+117=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 198 (77.73% from 255 or 40.91% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 198 - color contains mainly: green. Hex color #A9C675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9C675 is #56398A. Grayscale: #B4B4B4. Windows color (decimal): -5650827 or 7718569. OLE color: 7718569.
HSL color Cylindrical-coordinate representation of color #A9C675: hue angle of 81.48º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A9C675 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 198 | 117 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.22 |
| HSL | 81.48º | 0.42% | 0.62% | - |
| HSV(B) | 81.48º | 0.41% | 0.78% | - |
| XYZ | 39.77 | 50.11 | 24.41 | - |
| YUV | 180.1 | 92.39 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 198 | 117 | 0.15 | 0 | 0.41 | 0.22 | 81.48 | 0.42 | 0.62 |
| Hex | A9 | C6 | 75 | F | 0 | 29 | 16 | 51 | 2A | 3E |
| Octal | 251 | 306 | 165 | 17 | 0 | 51 | 26 | 121 | 52 | 76 |
| Binary | 10101001 | 11000110 | 1110101 | 1111 | 0 | 101001 | 10110 | 1010001 | 101010 | 111110 |
Color Harmonies of #A9C675
Complementary color
Monochromatic Colors of #A9C675
Black with #A9C675
Text Example
Text Example
White with #A9C675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C675; }
p { color: rgb(169,198,117); }
H1.HeaderClassName
{
color: #A9C675;
}
.AnyTagClassName
{
color: #A9C675;
}
</style>
background-color css
<style>
a { background-color: #A9C675; }
a { background-color: rgb(169,198,117); }
div.DivClassName
{
background-color: #A9C675;
}
.BgClassName
{
background-color: #A9C675;
}
</style>
border-color css
<style>
span { border-color: #A9C675; }
span { border-color: rgb(169,198,117); }
td.TdClassName
{
border-color: #A9C675;
}
.TagClassName
{
border-color: #A9C675;
}
</style>