Shades of Caper #A8B37E
Tints of Caper #A8B37E
RGB
CMYK
RGB Variations
Color information
#A8B37E (or 0xA8B37E) is known color: Caper. HEX triplet: A8, B3 and 7E. RGB value is (168,179,126). Sum of RGB (Red+Green+Blue) = 168+179+126=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B37E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B37E is #574C81. Grayscale: #A9A9A9. Windows color (decimal): -5721218 or 8303528. OLE color: 8303528.
HSL color Cylindrical-coordinate representation of color #A8B37E: hue angle of 72.45º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8B37E is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 179 | 126 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.30 |
| HSL | 72.45º | 0.26% | 0.6% | - |
| HSV(B) | 72.45º | 0.3% | 0.7% | - |
| XYZ | 36.03 | 42.07 | 25.96 | - |
| YUV | 169.67 | 103.36 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 179 | 126 | 0.06 | 0 | 0.30 | 0.30 | 72.45 | 0.26 | 0.6 |
| Hex | A8 | B3 | 7E | 6 | 0 | 1E | 1E | 48 | 1A | 3C |
| Octal | 250 | 263 | 176 | 6 | 0 | 36 | 36 | 110 | 32 | 74 |
| Binary | 10101000 | 10110011 | 1111110 | 110 | 0 | 11110 | 11110 | 1001000 | 11010 | 111100 |
Color Harmonies of #A8B37E
Complementary color
Monochromatic Colors of #A8B37E
Black with #A8B37E
Text Example
Text Example
White with #A8B37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B37E; }
p { color: rgb(168,179,126); }
H1.HeaderClassName
{
color: #A8B37E;
}
.AnyTagClassName
{
color: #A8B37E;
}
</style>
background-color css
<style>
a { background-color: #A8B37E; }
a { background-color: rgb(168,179,126); }
div.DivClassName
{
background-color: #A8B37E;
}
.BgClassName
{
background-color: #A8B37E;
}
</style>
border-color css
<style>
span { border-color: #A8B37E; }
span { border-color: rgb(168,179,126); }
td.TdClassName
{
border-color: #A8B37E;
}
.TagClassName
{
border-color: #A8B37E;
}
</style>