Shades of Caper #A5B47E
Tints of Caper #A5B47E
RGB
CMYK
RGB Variations
Color information
#A5B47E (or 0xA5B47E) is known color: Caper. HEX triplet: A5, B4 and 7E. RGB value is (165,180,126). Sum of RGB (Red+Green+Blue) = 165+180+126=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 126 (49.61% from 255 or 26.75% from 471); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B47E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B47E is #5A4B81. Grayscale: #A9A9A9. Windows color (decimal): -5917570 or 8303781. OLE color: 8303781.
HSL color Cylindrical-coordinate representation of color #A5B47E: hue angle of 76.67º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5B47E is Cyan = 0.08, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 180 | 126 | - |
| CMYK | 0.08 | 0 | 0.3 | 0.29 |
| HSL | 76.67º | 0.26% | 0.6% | - |
| HSV(B) | 76.67º | 0.3% | 0.71% | - |
| XYZ | 35.6 | 42.15 | 26 | - |
| YUV | 169.36 | 103.53 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 180 | 126 | 0.08 | 0 | 0.3 | 0.29 | 76.67 | 0.26 | 0.6 |
| Hex | A5 | B4 | 7E | 8 | 0 | 1E | 1D | 4D | 1A | 3C |
| Octal | 245 | 264 | 176 | 10 | 0 | 36 | 35 | 115 | 32 | 74 |
| Binary | 10100101 | 10110100 | 1111110 | 1000 | 0 | 11110 | 11101 | 1001101 | 11010 | 111100 |
Color Harmonies of #A5B47E
Complementary color
Monochromatic Colors of #A5B47E
Black with #A5B47E
Text Example
Text Example
White with #A5B47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B47E; }
p { color: rgb(165,180,126); }
H1.HeaderClassName
{
color: #A5B47E;
}
.AnyTagClassName
{
color: #A5B47E;
}
</style>
background-color css
<style>
a { background-color: #A5B47E; }
a { background-color: rgb(165,180,126); }
div.DivClassName
{
background-color: #A5B47E;
}
.BgClassName
{
background-color: #A5B47E;
}
</style>
border-color css
<style>
span { border-color: #A5B47E; }
span { border-color: rgb(165,180,126); }
td.TdClassName
{
border-color: #A5B47E;
}
.TagClassName
{
border-color: #A5B47E;
}
</style>