Shades of Caper #A5B97C
Tints of Caper #A5B97C
RGB
CMYK
RGB Variations
Color information
#A5B97C (or 0xA5B97C) is known color: Caper. HEX triplet: A5, B9 and 7C. RGB value is (165,185,124). Sum of RGB (Red+Green+Blue) = 165+185+124=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 124 (48.83% from 255 or 26.16% from 474); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B97C is #5A4683. Grayscale: #ACACAC. Windows color (decimal): -5916292 or 8173989. OLE color: 8173989.
HSL color Cylindrical-coordinate representation of color #A5B97C: hue angle of 79.67º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5B97C is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 185 | 124 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.27 |
| HSL | 79.67º | 0.3% | 0.61% | - |
| HSV(B) | 79.67º | 0.33% | 0.73% | - |
| XYZ | 36.5 | 44.15 | 25.67 | - |
| YUV | 172.07 | 100.87 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 185 | 124 | 0.11 | 0 | 0.33 | 0.27 | 79.67 | 0.3 | 0.61 |
| Hex | A5 | B9 | 7C | B | 0 | 21 | 1B | 50 | 1E | 3D |
| Octal | 245 | 271 | 174 | 13 | 0 | 41 | 33 | 120 | 36 | 75 |
| Binary | 10100101 | 10111001 | 1111100 | 1011 | 0 | 100001 | 11011 | 1010000 | 11110 | 111101 |
Color Harmonies of #A5B97C
Complementary color
Monochromatic Colors of #A5B97C
Black with #A5B97C
Text Example
Text Example
White with #A5B97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B97C; }
p { color: rgb(165,185,124); }
H1.HeaderClassName
{
color: #A5B97C;
}
.AnyTagClassName
{
color: #A5B97C;
}
</style>
background-color css
<style>
a { background-color: #A5B97C; }
a { background-color: rgb(165,185,124); }
div.DivClassName
{
background-color: #A5B97C;
}
.BgClassName
{
background-color: #A5B97C;
}
</style>
border-color css
<style>
span { border-color: #A5B97C; }
span { border-color: rgb(165,185,124); }
td.TdClassName
{
border-color: #A5B97C;
}
.TagClassName
{
border-color: #A5B97C;
}
</style>