Shades of Caper #A5B476
Tints of Caper #A5B476
RGB
CMYK
RGB Variations
Color information
#A5B476 (or 0xA5B476) is known color: Caper. HEX triplet: A5, B4 and 76. RGB value is (165,180,118). Sum of RGB (Red+Green+Blue) = 165+180+118=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B476 is #5A4B89. Grayscale: #A8A8A8. Windows color (decimal): -5917578 or 7779493. OLE color: 7779493.
HSL color Cylindrical-coordinate representation of color #A5B476: hue angle of 74.52º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5B476 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 180 | 118 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.29 |
| HSL | 74.52º | 0.29% | 0.58% | - |
| HSV(B) | 74.52º | 0.34% | 0.71% | - |
| XYZ | 35.11 | 41.95 | 23.39 | - |
| YUV | 168.45 | 99.53 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 180 | 118 | 0.08 | 0 | 0.34 | 0.29 | 74.52 | 0.29 | 0.58 |
| Hex | A5 | B4 | 76 | 8 | 0 | 22 | 1D | 4B | 1D | 3A |
| Octal | 245 | 264 | 166 | 10 | 0 | 42 | 35 | 113 | 35 | 72 |
| Binary | 10100101 | 10110100 | 1110110 | 1000 | 0 | 100010 | 11101 | 1001011 | 11101 | 111010 |
Color Harmonies of #A5B476
Complementary color
Monochromatic Colors of #A5B476
Black with #A5B476
Text Example
Text Example
White with #A5B476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B476; }
p { color: rgb(165,180,118); }
H1.HeaderClassName
{
color: #A5B476;
}
.AnyTagClassName
{
color: #A5B476;
}
</style>
background-color css
<style>
a { background-color: #A5B476; }
a { background-color: rgb(165,180,118); }
div.DivClassName
{
background-color: #A5B476;
}
.BgClassName
{
background-color: #A5B476;
}
</style>
border-color css
<style>
span { border-color: #A5B476; }
span { border-color: rgb(165,180,118); }
td.TdClassName
{
border-color: #A5B476;
}
.TagClassName
{
border-color: #A5B476;
}
</style>