Shades of Caper #A9B98A
Tints of Caper #A9B98A
RGB
CMYK
RGB Variations
Color information
#A9B98A (or 0xA9B98A) is known color: Caper. HEX triplet: A9, B9 and 8A. RGB value is (169,185,138). Sum of RGB (Red+Green+Blue) = 169+185+138=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 185 - color contains mainly: green. Hex color #A9B98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B98A is #564675. Grayscale: #AFAFAF. Windows color (decimal): -5654134 or 9091497. OLE color: 9091497.
HSL color Cylindrical-coordinate representation of color #A9B98A: hue angle of 80.43º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A9B98A is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 185 | 138 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.27 |
| HSL | 80.43º | 0.25% | 0.63% | - |
| HSV(B) | 80.43º | 0.25% | 0.73% | - |
| XYZ | 38.3 | 44.97 | 30.71 | - |
| YUV | 174.86 | 107.2 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 185 | 138 | 0.09 | 0 | 0.25 | 0.27 | 80.43 | 0.25 | 0.63 |
| Hex | A9 | B9 | 8A | 9 | 0 | 19 | 1B | 50 | 19 | 3F |
| Octal | 251 | 271 | 212 | 11 | 0 | 31 | 33 | 120 | 31 | 77 |
| Binary | 10101001 | 10111001 | 10001010 | 1001 | 0 | 11001 | 11011 | 1010000 | 11001 | 111111 |
Color Harmonies of #A9B98A
Complementary color
Monochromatic Colors of #A9B98A
Black with #A9B98A
Text Example
Text Example
White with #A9B98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B98A; }
p { color: rgb(169,185,138); }
H1.HeaderClassName
{
color: #A9B98A;
}
.AnyTagClassName
{
color: #A9B98A;
}
</style>
background-color css
<style>
a { background-color: #A9B98A; }
a { background-color: rgb(169,185,138); }
div.DivClassName
{
background-color: #A9B98A;
}
.BgClassName
{
background-color: #A9B98A;
}
</style>
border-color css
<style>
span { border-color: #A9B98A; }
span { border-color: rgb(169,185,138); }
td.TdClassName
{
border-color: #A9B98A;
}
.TagClassName
{
border-color: #A9B98A;
}
</style>