Shades of Caper #A6B57D
Tints of Caper #A6B57D
RGB
CMYK
RGB Variations
Color information
#A6B57D (or 0xA6B57D) is known color: Caper. HEX triplet: A6, B5 and 7D. RGB value is (166,181,125). Sum of RGB (Red+Green+Blue) = 166+181+125=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B57D is #594A82. Grayscale: #AAAAAA. Windows color (decimal): -5851779 or 8238502. OLE color: 8238502.
HSL color Cylindrical-coordinate representation of color #A6B57D: hue angle of 76.07º 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 #A6B57D is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 181 | 125 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.29 |
| HSL | 76.07º | 0.27% | 0.6% | - |
| HSV(B) | 76.07º | 0.31% | 0.71% | - |
| XYZ | 35.95 | 42.64 | 25.74 | - |
| YUV | 170.13 | 102.53 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 181 | 125 | 0.08 | 0 | 0.31 | 0.29 | 76.07 | 0.27 | 0.6 |
| Hex | A6 | B5 | 7D | 8 | 0 | 1F | 1D | 4C | 1B | 3C |
| Octal | 246 | 265 | 175 | 10 | 0 | 37 | 35 | 114 | 33 | 74 |
| Binary | 10100110 | 10110101 | 1111101 | 1000 | 0 | 11111 | 11101 | 1001100 | 11011 | 111100 |
Color Harmonies of #A6B57D
Complementary color
Monochromatic Colors of #A6B57D
Black with #A6B57D
Text Example
Text Example
White with #A6B57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B57D; }
p { color: rgb(166,181,125); }
H1.HeaderClassName
{
color: #A6B57D;
}
.AnyTagClassName
{
color: #A6B57D;
}
</style>
background-color css
<style>
a { background-color: #A6B57D; }
a { background-color: rgb(166,181,125); }
div.DivClassName
{
background-color: #A6B57D;
}
.BgClassName
{
background-color: #A6B57D;
}
</style>
border-color css
<style>
span { border-color: #A6B57D; }
span { border-color: rgb(166,181,125); }
td.TdClassName
{
border-color: #A6B57D;
}
.TagClassName
{
border-color: #A6B57D;
}
</style>