Shades of Caper #A9BA83
Tints of Caper #A9BA83
RGB
CMYK
RGB Variations
Color information
#A9BA83 (or 0xA9BA83) is known color: Caper. HEX triplet: A9, BA and 83. RGB value is (169,186,131). Sum of RGB (Red+Green+Blue) = 169+186+131=486 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.77% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 131 (51.56% from 255 or 26.95% from 486); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BA83 is #56457C. Grayscale: #AEAEAE. Windows color (decimal): -5653885 or 8633001. OLE color: 8633001.
HSL color Cylindrical-coordinate representation of color #A9BA83: hue angle of 78.55º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9BA83 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 186 | 131 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.27 |
| HSL | 78.55º | 0.28% | 0.62% | - |
| HSV(B) | 78.55º | 0.3% | 0.73% | - |
| XYZ | 38.02 | 45.19 | 28.19 | - |
| YUV | 174.65 | 103.37 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 186 | 131 | 0.09 | 0 | 0.30 | 0.27 | 78.55 | 0.28 | 0.62 |
| Hex | A9 | BA | 83 | 9 | 0 | 1E | 1B | 4F | 1C | 3E |
| Octal | 251 | 272 | 203 | 11 | 0 | 36 | 33 | 117 | 34 | 76 |
| Binary | 10101001 | 10111010 | 10000011 | 1001 | 0 | 11110 | 11011 | 1001111 | 11100 | 111110 |
Color Harmonies of #A9BA83
Complementary color
Monochromatic Colors of #A9BA83
Black with #A9BA83
Text Example
Text Example
White with #A9BA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BA83; }
p { color: rgb(169,186,131); }
H1.HeaderClassName
{
color: #A9BA83;
}
.AnyTagClassName
{
color: #A9BA83;
}
</style>
background-color css
<style>
a { background-color: #A9BA83; }
a { background-color: rgb(169,186,131); }
div.DivClassName
{
background-color: #A9BA83;
}
.BgClassName
{
background-color: #A9BA83;
}
</style>
border-color css
<style>
span { border-color: #A9BA83; }
span { border-color: rgb(169,186,131); }
td.TdClassName
{
border-color: #A9BA83;
}
.TagClassName
{
border-color: #A9BA83;
}
</style>