Shades of Caper #A5B57D
Tints of Caper #A5B57D
RGB
CMYK
RGB Variations
Color information
#A5B57D (or 0xA5B57D) is known color: Caper. HEX triplet: A5, B5 and 7D. RGB value is (165,181,125). Sum of RGB (Red+Green+Blue) = 165+181+125=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B57D is #5A4A82. Grayscale: #AAAAAA. Windows color (decimal): -5917315 or 8238501. OLE color: 8238501.
HSL color Cylindrical-coordinate representation of color #A5B57D: hue angle of 77.14º 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 #A5B57D is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 181 | 125 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.29 |
| HSL | 77.14º | 0.27% | 0.6% | - |
| HSV(B) | 77.14º | 0.31% | 0.71% | - |
| XYZ | 35.74 | 42.53 | 25.73 | - |
| YUV | 169.83 | 102.7 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 181 | 125 | 0.09 | 0 | 0.31 | 0.29 | 77.14 | 0.27 | 0.6 |
| Hex | A5 | B5 | 7D | 9 | 0 | 1F | 1D | 4D | 1B | 3C |
| Octal | 245 | 265 | 175 | 11 | 0 | 37 | 35 | 115 | 33 | 74 |
| Binary | 10100101 | 10110101 | 1111101 | 1001 | 0 | 11111 | 11101 | 1001101 | 11011 | 111100 |
Color Harmonies of #A5B57D
Complementary color
Monochromatic Colors of #A5B57D
Black with #A5B57D
Text Example
Text Example
White with #A5B57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B57D; }
p { color: rgb(165,181,125); }
H1.HeaderClassName
{
color: #A5B57D;
}
.AnyTagClassName
{
color: #A5B57D;
}
</style>
background-color css
<style>
a { background-color: #A5B57D; }
a { background-color: rgb(165,181,125); }
div.DivClassName
{
background-color: #A5B57D;
}
.BgClassName
{
background-color: #A5B57D;
}
</style>
border-color css
<style>
span { border-color: #A5B57D; }
span { border-color: rgb(165,181,125); }
td.TdClassName
{
border-color: #A5B57D;
}
.TagClassName
{
border-color: #A5B57D;
}
</style>