Shades of Caper #A8B488
Tints of Caper #A8B488
RGB
CMYK
RGB Variations
Color information
#A8B488 (or 0xA8B488) is known color: Caper. HEX triplet: A8, B4 and 88. RGB value is (168,180,136). Sum of RGB (Red+Green+Blue) = 168+180+136=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B488 is #574B77. Grayscale: #ABABAB. Windows color (decimal): -5720952 or 8959144. OLE color: 8959144.
HSL color Cylindrical-coordinate representation of color #A8B488: hue angle of 76.36º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8B488 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 180 | 136 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.29 |
| HSL | 76.36º | 0.23% | 0.62% | - |
| HSV(B) | 76.36º | 0.24% | 0.71% | - |
| XYZ | 36.91 | 42.74 | 29.6 | - |
| YUV | 171.4 | 108.02 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 180 | 136 | 0.07 | 0 | 0.24 | 0.29 | 76.36 | 0.23 | 0.62 |
| Hex | A8 | B4 | 88 | 7 | 0 | 18 | 1D | 4C | 17 | 3E |
| Octal | 250 | 264 | 210 | 7 | 0 | 30 | 35 | 114 | 27 | 76 |
| Binary | 10101000 | 10110100 | 10001000 | 111 | 0 | 11000 | 11101 | 1001100 | 10111 | 111110 |
Color Harmonies of #A8B488
Complementary color
Monochromatic Colors of #A8B488
Black with #A8B488
Text Example
Text Example
White with #A8B488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B488; }
p { color: rgb(168,180,136); }
H1.HeaderClassName
{
color: #A8B488;
}
.AnyTagClassName
{
color: #A8B488;
}
</style>
background-color css
<style>
a { background-color: #A8B488; }
a { background-color: rgb(168,180,136); }
div.DivClassName
{
background-color: #A8B488;
}
.BgClassName
{
background-color: #A8B488;
}
</style>
border-color css
<style>
span { border-color: #A8B488; }
span { border-color: rgb(168,180,136); }
td.TdClassName
{
border-color: #A8B488;
}
.TagClassName
{
border-color: #A8B488;
}
</style>