Shades of Caper #A9B47B
Tints of Caper #A9B47B
RGB
CMYK
RGB Variations
Color information
#A9B47B (or 0xA9B47B) is known color: Caper. HEX triplet: A9, B4 and 7B. RGB value is (169,180,123). Sum of RGB (Red+Green+Blue) = 169+180+123=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 123 (48.44% from 255 or 26.06% from 472); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B47B is #564B84. Grayscale: #AAAAAA. Windows color (decimal): -5655429 or 8107177. OLE color: 8107177.
HSL color Cylindrical-coordinate representation of color #A9B47B: hue angle of 71.58º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9B47B is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 180 | 123 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.29 |
| HSL | 71.58º | 0.28% | 0.59% | - |
| HSV(B) | 71.58º | 0.32% | 0.71% | - |
| XYZ | 36.26 | 42.51 | 25.03 | - |
| YUV | 170.21 | 101.36 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 180 | 123 | 0.06 | 0 | 0.32 | 0.29 | 71.58 | 0.28 | 0.59 |
| Hex | A9 | B4 | 7B | 6 | 0 | 20 | 1D | 48 | 1C | 3B |
| Octal | 251 | 264 | 173 | 6 | 0 | 40 | 35 | 110 | 34 | 73 |
| Binary | 10101001 | 10110100 | 1111011 | 110 | 0 | 100000 | 11101 | 1001000 | 11100 | 111011 |
Color Harmonies of #A9B47B
Complementary color
Monochromatic Colors of #A9B47B
Black with #A9B47B
Text Example
Text Example
White with #A9B47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B47B; }
p { color: rgb(169,180,123); }
H1.HeaderClassName
{
color: #A9B47B;
}
.AnyTagClassName
{
color: #A9B47B;
}
</style>
background-color css
<style>
a { background-color: #A9B47B; }
a { background-color: rgb(169,180,123); }
div.DivClassName
{
background-color: #A9B47B;
}
.BgClassName
{
background-color: #A9B47B;
}
</style>
border-color css
<style>
span { border-color: #A9B47B; }
span { border-color: rgb(169,180,123); }
td.TdClassName
{
border-color: #A9B47B;
}
.TagClassName
{
border-color: #A9B47B;
}
</style>