Shades of Caper #A5B579
Tints of Caper #A5B579
RGB
CMYK
RGB Variations
Color information
#A5B579 (or 0xA5B579) is known color: Caper. HEX triplet: A5, B5 and 79. RGB value is (165,181,121). Sum of RGB (Red+Green+Blue) = 165+181+121=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 121 (47.66% from 255 or 25.91% from 467); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B579 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B579 is #5A4A86. Grayscale: #A9A9A9. Windows color (decimal): -5917319 or 7976357. OLE color: 7976357.
HSL color Cylindrical-coordinate representation of color #A5B579: hue angle of 76º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5B579 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 181 | 121 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.29 |
| HSL | 76º | 0.29% | 0.59% | - |
| HSV(B) | 76º | 0.33% | 0.71% | - |
| XYZ | 35.49 | 42.43 | 24.41 | - |
| YUV | 169.38 | 100.7 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 181 | 121 | 0.09 | 0 | 0.33 | 0.29 | 76 | 0.29 | 0.59 |
| Hex | A5 | B5 | 79 | 9 | 0 | 21 | 1D | 4C | 1D | 3B |
| Octal | 245 | 265 | 171 | 11 | 0 | 41 | 35 | 114 | 35 | 73 |
| Binary | 10100101 | 10110101 | 1111001 | 1001 | 0 | 100001 | 11101 | 1001100 | 11101 | 111011 |
Color Harmonies of #A5B579
Complementary color
Monochromatic Colors of #A5B579
Black with #A5B579
Text Example
Text Example
White with #A5B579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B579; }
p { color: rgb(165,181,121); }
H1.HeaderClassName
{
color: #A5B579;
}
.AnyTagClassName
{
color: #A5B579;
}
</style>
background-color css
<style>
a { background-color: #A5B579; }
a { background-color: rgb(165,181,121); }
div.DivClassName
{
background-color: #A5B579;
}
.BgClassName
{
background-color: #A5B579;
}
</style>
border-color css
<style>
span { border-color: #A5B579; }
span { border-color: rgb(165,181,121); }
td.TdClassName
{
border-color: #A5B579;
}
.TagClassName
{
border-color: #A5B579;
}
</style>