Shades of Caper #A5B779
Tints of Caper #A5B779
RGB
CMYK
RGB Variations
Color information
#A5B779 (or 0xA5B779) is known color: Caper. HEX triplet: A5, B7 and 79. RGB value is (165,183,121). Sum of RGB (Red+Green+Blue) = 165+183+121=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 121 (47.66% from 255 or 25.80% from 469); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B779 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B779 is #5A4886. Grayscale: #AAAAAA. Windows color (decimal): -5916807 or 7976869. OLE color: 7976869.
HSL color Cylindrical-coordinate representation of color #A5B779: hue angle of 77.42º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5B779 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 183 | 121 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.28 |
| HSL | 77.42º | 0.3% | 0.6% | - |
| HSV(B) | 77.42º | 0.34% | 0.72% | - |
| XYZ | 35.9 | 43.25 | 24.54 | - |
| YUV | 170.55 | 100.04 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 183 | 121 | 0.10 | 0 | 0.34 | 0.28 | 77.42 | 0.3 | 0.6 |
| Hex | A5 | B7 | 79 | A | 0 | 22 | 1C | 4D | 1E | 3C |
| Octal | 245 | 267 | 171 | 12 | 0 | 42 | 34 | 115 | 36 | 74 |
| Binary | 10100101 | 10110111 | 1111001 | 1010 | 0 | 100010 | 11100 | 1001101 | 11110 | 111100 |
Color Harmonies of #A5B779
Complementary color
Monochromatic Colors of #A5B779
Black with #A5B779
Text Example
Text Example
White with #A5B779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B779; }
p { color: rgb(165,183,121); }
H1.HeaderClassName
{
color: #A5B779;
}
.AnyTagClassName
{
color: #A5B779;
}
</style>
background-color css
<style>
a { background-color: #A5B779; }
a { background-color: rgb(165,183,121); }
div.DivClassName
{
background-color: #A5B779;
}
.BgClassName
{
background-color: #A5B779;
}
</style>
border-color css
<style>
span { border-color: #A5B779; }
span { border-color: rgb(165,183,121); }
td.TdClassName
{
border-color: #A5B779;
}
.TagClassName
{
border-color: #A5B779;
}
</style>