Shades of Caper #A5B478
Tints of Caper #A5B478
RGB
CMYK
RGB Variations
Color information
#A5B478 (or 0xA5B478) is known color: Caper. HEX triplet: A5, B4 and 78. RGB value is (165,180,120). Sum of RGB (Red+Green+Blue) = 165+180+120=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 120 (47.27% from 255 or 25.81% from 465); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B478 is #5A4B87. Grayscale: #A8A8A8. Windows color (decimal): -5917576 or 7910565. OLE color: 7910565.
HSL color Cylindrical-coordinate representation of color #A5B478: hue angle of 75º 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 #A5B478 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 180 | 120 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.29 |
| HSL | 75º | 0.29% | 0.59% | - |
| HSV(B) | 75º | 0.33% | 0.71% | - |
| XYZ | 35.23 | 42 | 24.02 | - |
| YUV | 168.68 | 100.53 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 180 | 120 | 0.08 | 0 | 0.33 | 0.29 | 75 | 0.29 | 0.59 |
| Hex | A5 | B4 | 78 | 8 | 0 | 21 | 1D | 4B | 1D | 3B |
| Octal | 245 | 264 | 170 | 10 | 0 | 41 | 35 | 113 | 35 | 73 |
| Binary | 10100101 | 10110100 | 1111000 | 1000 | 0 | 100001 | 11101 | 1001011 | 11101 | 111011 |
Color Harmonies of #A5B478
Complementary color
Monochromatic Colors of #A5B478
Black with #A5B478
Text Example
Text Example
White with #A5B478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B478; }
p { color: rgb(165,180,120); }
H1.HeaderClassName
{
color: #A5B478;
}
.AnyTagClassName
{
color: #A5B478;
}
</style>
background-color css
<style>
a { background-color: #A5B478; }
a { background-color: rgb(165,180,120); }
div.DivClassName
{
background-color: #A5B478;
}
.BgClassName
{
background-color: #A5B478;
}
</style>
border-color css
<style>
span { border-color: #A5B478; }
span { border-color: rgb(165,180,120); }
td.TdClassName
{
border-color: #A5B478;
}
.TagClassName
{
border-color: #A5B478;
}
</style>