Shades of Caper #A8B680
Tints of Caper #A8B680
RGB
CMYK
RGB Variations
Color information
#A8B680 (or 0xA8B680) is known color: Caper. HEX triplet: A8, B6 and 80. RGB value is (168,182,128). Sum of RGB (Red+Green+Blue) = 168+182+128=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B680 is #57497F. Grayscale: #ABABAB. Windows color (decimal): -5720448 or 8435368. OLE color: 8435368.
HSL color Cylindrical-coordinate representation of color #A8B680: hue angle of 75.56º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8B680 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 182 | 128 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.29 |
| HSL | 75.56º | 0.27% | 0.61% | - |
| HSV(B) | 75.56º | 0.3% | 0.71% | - |
| XYZ | 36.77 | 43.34 | 26.85 | - |
| YUV | 171.66 | 103.36 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 182 | 128 | 0.08 | 0 | 0.30 | 0.29 | 75.56 | 0.27 | 0.61 |
| Hex | A8 | B6 | 80 | 8 | 0 | 1E | 1D | 4C | 1B | 3D |
| Octal | 250 | 266 | 200 | 10 | 0 | 36 | 35 | 114 | 33 | 75 |
| Binary | 10101000 | 10110110 | 10000000 | 1000 | 0 | 11110 | 11101 | 1001100 | 11011 | 111101 |
Color Harmonies of #A8B680
Complementary color
Monochromatic Colors of #A8B680
Black with #A8B680
Text Example
Text Example
White with #A8B680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B680; }
p { color: rgb(168,182,128); }
H1.HeaderClassName
{
color: #A8B680;
}
.AnyTagClassName
{
color: #A8B680;
}
</style>
background-color css
<style>
a { background-color: #A8B680; }
a { background-color: rgb(168,182,128); }
div.DivClassName
{
background-color: #A8B680;
}
.BgClassName
{
background-color: #A8B680;
}
</style>
border-color css
<style>
span { border-color: #A8B680; }
span { border-color: rgb(168,182,128); }
td.TdClassName
{
border-color: #A8B680;
}
.TagClassName
{
border-color: #A8B680;
}
</style>