Shades of Caper #A4B57A
Tints of Caper #A4B57A
RGB
CMYK
RGB Variations
Color information
#A4B57A (or 0xA4B57A) is known color: Caper. HEX triplet: A4, B5 and 7A. RGB value is (164,181,122). Sum of RGB (Red+Green+Blue) = 164+181+122=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 181 - color contains mainly: green. Hex color #A4B57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B57A is #5B4A85. Grayscale: #A9A9A9. Windows color (decimal): -5982854 or 8041892. OLE color: 8041892.
HSL color Cylindrical-coordinate representation of color #A4B57A: hue angle of 77.29º 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 #A4B57A is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 181 | 122 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.29 |
| HSL | 77.29º | 0.29% | 0.59% | - |
| HSV(B) | 77.29º | 0.33% | 0.71% | - |
| XYZ | 35.35 | 42.35 | 24.72 | - |
| YUV | 169.19 | 101.37 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 181 | 122 | 0.09 | 0 | 0.33 | 0.29 | 77.29 | 0.29 | 0.59 |
| Hex | A4 | B5 | 7A | 9 | 0 | 21 | 1D | 4D | 1D | 3B |
| Octal | 244 | 265 | 172 | 11 | 0 | 41 | 35 | 115 | 35 | 73 |
| Binary | 10100100 | 10110101 | 1111010 | 1001 | 0 | 100001 | 11101 | 1001101 | 11101 | 111011 |
Color Harmonies of #A4B57A
Complementary color
Monochromatic Colors of #A4B57A
Black with #A4B57A
Text Example
Text Example
White with #A4B57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B57A; }
p { color: rgb(164,181,122); }
H1.HeaderClassName
{
color: #A4B57A;
}
.AnyTagClassName
{
color: #A4B57A;
}
</style>
background-color css
<style>
a { background-color: #A4B57A; }
a { background-color: rgb(164,181,122); }
div.DivClassName
{
background-color: #A4B57A;
}
.BgClassName
{
background-color: #A4B57A;
}
</style>
border-color css
<style>
span { border-color: #A4B57A; }
span { border-color: rgb(164,181,122); }
td.TdClassName
{
border-color: #A4B57A;
}
.TagClassName
{
border-color: #A4B57A;
}
</style>