Shades of Caper #A8B688
Tints of Caper #A8B688
RGB
CMYK
RGB Variations
Color information
#A8B688 (or 0xA8B688) is known color: Caper. HEX triplet: A8, B6 and 88. RGB value is (168,182,136). Sum of RGB (Red+Green+Blue) = 168+182+136=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 182 (71.48% from 255 or 37.45% from 486); Blue value is 136 (53.52% from 255 or 27.98% from 486); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B688 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B688 is #574977. Grayscale: #ACACAC. Windows color (decimal): -5720440 or 8959656. OLE color: 8959656.
HSL color Cylindrical-coordinate representation of color #A8B688: hue angle of 78.26º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8B688 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 182 | 136 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.29 |
| HSL | 78.26º | 0.24% | 0.62% | - |
| HSV(B) | 78.26º | 0.25% | 0.71% | - |
| XYZ | 37.32 | 43.56 | 29.73 | - |
| YUV | 172.57 | 107.36 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 182 | 136 | 0.08 | 0 | 0.25 | 0.29 | 78.26 | 0.24 | 0.62 |
| Hex | A8 | B6 | 88 | 8 | 0 | 19 | 1D | 4E | 18 | 3E |
| Octal | 250 | 266 | 210 | 10 | 0 | 31 | 35 | 116 | 30 | 76 |
| Binary | 10101000 | 10110110 | 10001000 | 1000 | 0 | 11001 | 11101 | 1001110 | 11000 | 111110 |
Color Harmonies of #A8B688
Complementary color
Monochromatic Colors of #A8B688
Black with #A8B688
Text Example
Text Example
White with #A8B688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B688; }
p { color: rgb(168,182,136); }
H1.HeaderClassName
{
color: #A8B688;
}
.AnyTagClassName
{
color: #A8B688;
}
</style>
background-color css
<style>
a { background-color: #A8B688; }
a { background-color: rgb(168,182,136); }
div.DivClassName
{
background-color: #A8B688;
}
.BgClassName
{
background-color: #A8B688;
}
</style>
border-color css
<style>
span { border-color: #A8B688; }
span { border-color: rgb(168,182,136); }
td.TdClassName
{
border-color: #A8B688;
}
.TagClassName
{
border-color: #A8B688;
}
</style>