Shades of Caper #A8B57D
Tints of Caper #A8B57D
RGB
CMYK
RGB Variations
Color information
#A8B57D (or 0xA8B57D) is known color: Caper. HEX triplet: A8, B5 and 7D. RGB value is (168,181,125). Sum of RGB (Red+Green+Blue) = 168+181+125=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 181 (71.09% from 255 or 38.19% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B57D is #574A82. Grayscale: #AAAAAA. Windows color (decimal): -5720707 or 8238504. OLE color: 8238504.
HSL color Cylindrical-coordinate representation of color #A8B57D: hue angle of 73.93º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8B57D is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 181 | 125 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.29 |
| HSL | 73.93º | 0.27% | 0.6% | - |
| HSV(B) | 73.93º | 0.31% | 0.71% | - |
| XYZ | 36.37 | 42.85 | 25.76 | - |
| YUV | 170.73 | 102.19 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 181 | 125 | 0.07 | 0 | 0.31 | 0.29 | 73.93 | 0.27 | 0.6 |
| Hex | A8 | B5 | 7D | 7 | 0 | 1F | 1D | 4A | 1B | 3C |
| Octal | 250 | 265 | 175 | 7 | 0 | 37 | 35 | 112 | 33 | 74 |
| Binary | 10101000 | 10110101 | 1111101 | 111 | 0 | 11111 | 11101 | 1001010 | 11011 | 111100 |
Color Harmonies of #A8B57D
Complementary color
Monochromatic Colors of #A8B57D
Black with #A8B57D
Text Example
Text Example
White with #A8B57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B57D; }
p { color: rgb(168,181,125); }
H1.HeaderClassName
{
color: #A8B57D;
}
.AnyTagClassName
{
color: #A8B57D;
}
</style>
background-color css
<style>
a { background-color: #A8B57D; }
a { background-color: rgb(168,181,125); }
div.DivClassName
{
background-color: #A8B57D;
}
.BgClassName
{
background-color: #A8B57D;
}
</style>
border-color css
<style>
span { border-color: #A8B57D; }
span { border-color: rgb(168,181,125); }
td.TdClassName
{
border-color: #A8B57D;
}
.TagClassName
{
border-color: #A8B57D;
}
</style>