Shades of Caper #A3B57F
Tints of Caper #A3B57F
RGB
CMYK
RGB Variations
Color information
#A3B57F (or 0xA3B57F) is known color: Caper. HEX triplet: A3, B5 and 7F. RGB value is (163,181,127). Sum of RGB (Red+Green+Blue) = 163+181+127=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 181 - color contains mainly: green. Hex color #A3B57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B57F is #5C4A80. Grayscale: #A9A9A9. Windows color (decimal): -6048385 or 8369571. OLE color: 8369571.
HSL color Cylindrical-coordinate representation of color #A3B57F: hue angle of 80º degrees, saturation: 0.27, 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 #A3B57F is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 181 | 127 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.29 |
| HSL | 80º | 0.27% | 0.6% | - |
| HSV(B) | 80º | 0.3% | 0.71% | - |
| XYZ | 35.46 | 42.37 | 26.39 | - |
| YUV | 169.46 | 104.04 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 181 | 127 | 0.10 | 0 | 0.30 | 0.29 | 80 | 0.27 | 0.6 |
| Hex | A3 | B5 | 7F | A | 0 | 1E | 1D | 50 | 1B | 3C |
| Octal | 243 | 265 | 177 | 12 | 0 | 36 | 35 | 120 | 33 | 74 |
| Binary | 10100011 | 10110101 | 1111111 | 1010 | 0 | 11110 | 11101 | 1010000 | 11011 | 111100 |
Color Harmonies of #A3B57F
Complementary color
Monochromatic Colors of #A3B57F
Black with #A3B57F
Text Example
Text Example
White with #A3B57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B57F; }
p { color: rgb(163,181,127); }
H1.HeaderClassName
{
color: #A3B57F;
}
.AnyTagClassName
{
color: #A3B57F;
}
</style>
background-color css
<style>
a { background-color: #A3B57F; }
a { background-color: rgb(163,181,127); }
div.DivClassName
{
background-color: #A3B57F;
}
.BgClassName
{
background-color: #A3B57F;
}
</style>
border-color css
<style>
span { border-color: #A3B57F; }
span { border-color: rgb(163,181,127); }
td.TdClassName
{
border-color: #A3B57F;
}
.TagClassName
{
border-color: #A3B57F;
}
</style>