Shades of Caper #A4B57B
Tints of Caper #A4B57B
RGB
CMYK
RGB Variations
Color information
#A4B57B (or 0xA4B57B) is known color: Caper. HEX triplet: A4, B5 and 7B. RGB value is (164,181,123). Sum of RGB (Red+Green+Blue) = 164+181+123=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 123 (48.44% from 255 or 26.28% from 468); Max value from RGB is 181 - color contains mainly: green. Hex color #A4B57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B57B is #5B4A84. Grayscale: #A9A9A9. Windows color (decimal): -5982853 or 8107428. OLE color: 8107428.
HSL color Cylindrical-coordinate representation of color #A4B57B: hue angle of 77.59º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4B57B is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 181 | 123 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.29 |
| HSL | 77.59º | 0.28% | 0.6% | - |
| HSV(B) | 77.59º | 0.32% | 0.71% | - |
| XYZ | 35.41 | 42.37 | 25.05 | - |
| YUV | 169.31 | 101.87 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 181 | 123 | 0.09 | 0 | 0.32 | 0.29 | 77.59 | 0.28 | 0.6 |
| Hex | A4 | B5 | 7B | 9 | 0 | 20 | 1D | 4E | 1C | 3C |
| Octal | 244 | 265 | 173 | 11 | 0 | 40 | 35 | 116 | 34 | 74 |
| Binary | 10100100 | 10110101 | 1111011 | 1001 | 0 | 100000 | 11101 | 1001110 | 11100 | 111100 |
Color Harmonies of #A4B57B
Complementary color
Monochromatic Colors of #A4B57B
Black with #A4B57B
Text Example
Text Example
White with #A4B57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B57B; }
p { color: rgb(164,181,123); }
H1.HeaderClassName
{
color: #A4B57B;
}
.AnyTagClassName
{
color: #A4B57B;
}
</style>
background-color css
<style>
a { background-color: #A4B57B; }
a { background-color: rgb(164,181,123); }
div.DivClassName
{
background-color: #A4B57B;
}
.BgClassName
{
background-color: #A4B57B;
}
</style>
border-color css
<style>
span { border-color: #A4B57B; }
span { border-color: rgb(164,181,123); }
td.TdClassName
{
border-color: #A4B57B;
}
.TagClassName
{
border-color: #A4B57B;
}
</style>