Shades of Caper #A8B580
Tints of Caper #A8B580
RGB
CMYK
RGB Variations
Color information
#A8B580 (or 0xA8B580) is known color: Caper. HEX triplet: A8, B5 and 80. RGB value is (168,181,128). Sum of RGB (Red+Green+Blue) = 168+181+128=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 181 (71.09% from 255 or 37.95% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B580 is #574A7F. Grayscale: #ABABAB. Windows color (decimal): -5720704 or 8435112. OLE color: 8435112.
HSL color Cylindrical-coordinate representation of color #A8B580: hue angle of 74.72º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8B580 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 181 | 128 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.29 |
| HSL | 74.72º | 0.26% | 0.61% | - |
| HSV(B) | 74.72º | 0.29% | 0.71% | - |
| XYZ | 36.57 | 42.93 | 26.78 | - |
| YUV | 171.07 | 103.69 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 181 | 128 | 0.07 | 0 | 0.29 | 0.29 | 74.72 | 0.26 | 0.61 |
| Hex | A8 | B5 | 80 | 7 | 0 | 1D | 1D | 4B | 1A | 3D |
| Octal | 250 | 265 | 200 | 7 | 0 | 35 | 35 | 113 | 32 | 75 |
| Binary | 10101000 | 10110101 | 10000000 | 111 | 0 | 11101 | 11101 | 1001011 | 11010 | 111101 |
Color Harmonies of #A8B580
Complementary color
Monochromatic Colors of #A8B580
Black with #A8B580
Text Example
Text Example
White with #A8B580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B580; }
p { color: rgb(168,181,128); }
H1.HeaderClassName
{
color: #A8B580;
}
.AnyTagClassName
{
color: #A8B580;
}
</style>
background-color css
<style>
a { background-color: #A8B580; }
a { background-color: rgb(168,181,128); }
div.DivClassName
{
background-color: #A8B580;
}
.BgClassName
{
background-color: #A8B580;
}
</style>
border-color css
<style>
span { border-color: #A8B580; }
span { border-color: rgb(168,181,128); }
td.TdClassName
{
border-color: #A8B580;
}
.TagClassName
{
border-color: #A8B580;
}
</style>