Shades of Caper #A8B576
Tints of Caper #A8B576
RGB
CMYK
RGB Variations
Color information
#A8B576 (or 0xA8B576) is known color: Caper. HEX triplet: A8, B5 and 76. RGB value is (168,181,118). Sum of RGB (Red+Green+Blue) = 168+181+118=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B576 is #574A89. Grayscale: #AAAAAA. Windows color (decimal): -5720714 or 7779752. OLE color: 7779752.
HSL color Cylindrical-coordinate representation of color #A8B576: hue angle of 72.38º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8B576 is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 181 | 118 | - |
| CMYK | 0.07 | 0 | 0.35 | 0.29 |
| HSL | 72.38º | 0.3% | 0.59% | - |
| HSV(B) | 72.38º | 0.35% | 0.71% | - |
| XYZ | 35.94 | 42.68 | 23.48 | - |
| YUV | 169.93 | 98.69 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 181 | 118 | 0.07 | 0 | 0.35 | 0.29 | 72.38 | 0.3 | 0.59 |
| Hex | A8 | B5 | 76 | 7 | 0 | 23 | 1D | 48 | 1E | 3B |
| Octal | 250 | 265 | 166 | 7 | 0 | 43 | 35 | 110 | 36 | 73 |
| Binary | 10101000 | 10110101 | 1110110 | 111 | 0 | 100011 | 11101 | 1001000 | 11110 | 111011 |
Color Harmonies of #A8B576
Complementary color
Monochromatic Colors of #A8B576
Black with #A8B576
Text Example
Text Example
White with #A8B576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B576; }
p { color: rgb(168,181,118); }
H1.HeaderClassName
{
color: #A8B576;
}
.AnyTagClassName
{
color: #A8B576;
}
</style>
background-color css
<style>
a { background-color: #A8B576; }
a { background-color: rgb(168,181,118); }
div.DivClassName
{
background-color: #A8B576;
}
.BgClassName
{
background-color: #A8B576;
}
</style>
border-color css
<style>
span { border-color: #A8B576; }
span { border-color: rgb(168,181,118); }
td.TdClassName
{
border-color: #A8B576;
}
.TagClassName
{
border-color: #A8B576;
}
</style>