Shades of Caper #A9B47E
Tints of Caper #A9B47E
RGB
CMYK
RGB Variations
Color information
#A9B47E (or 0xA9B47E) is known color: Caper. HEX triplet: A9, B4 and 7E. RGB value is (169,180,126). Sum of RGB (Red+Green+Blue) = 169+180+126=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B47E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B47E is #564B81. Grayscale: #AAAAAA. Windows color (decimal): -5655426 or 8303785. OLE color: 8303785.
HSL color Cylindrical-coordinate representation of color #A9B47E: hue angle of 72.22º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9B47E is Cyan = 0.06, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 180 | 126 | - |
| CMYK | 0.06 | 0 | 0.3 | 0.29 |
| HSL | 72.22º | 0.26% | 0.6% | - |
| HSV(B) | 72.22º | 0.3% | 0.71% | - |
| XYZ | 36.45 | 42.58 | 26.04 | - |
| YUV | 170.56 | 102.86 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 180 | 126 | 0.06 | 0 | 0.3 | 0.29 | 72.22 | 0.26 | 0.6 |
| Hex | A9 | B4 | 7E | 6 | 0 | 1E | 1D | 48 | 1A | 3C |
| Octal | 251 | 264 | 176 | 6 | 0 | 36 | 35 | 110 | 32 | 74 |
| Binary | 10101001 | 10110100 | 1111110 | 110 | 0 | 11110 | 11101 | 1001000 | 11010 | 111100 |
Color Harmonies of #A9B47E
Complementary color
Monochromatic Colors of #A9B47E
Black with #A9B47E
Text Example
Text Example
White with #A9B47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B47E; }
p { color: rgb(169,180,126); }
H1.HeaderClassName
{
color: #A9B47E;
}
.AnyTagClassName
{
color: #A9B47E;
}
</style>
background-color css
<style>
a { background-color: #A9B47E; }
a { background-color: rgb(169,180,126); }
div.DivClassName
{
background-color: #A9B47E;
}
.BgClassName
{
background-color: #A9B47E;
}
</style>
border-color css
<style>
span { border-color: #A9B47E; }
span { border-color: rgb(169,180,126); }
td.TdClassName
{
border-color: #A9B47E;
}
.TagClassName
{
border-color: #A9B47E;
}
</style>