Shades of Caper #A8B385
Tints of Caper #A8B385
RGB
CMYK
RGB Variations
Color information
#A8B385 (or 0xA8B385) is known color: Caper. HEX triplet: A8, B3 and 85. RGB value is (168,179,133). Sum of RGB (Red+Green+Blue) = 168+179+133=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 179 (70.31% from 255 or 37.29% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B385 is #574C7A. Grayscale: #AAAAAA. Windows color (decimal): -5721211 or 8762280. OLE color: 8762280.
HSL color Cylindrical-coordinate representation of color #A8B385: hue angle of 74.35º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8B385 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 179 | 133 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.30 |
| HSL | 74.35º | 0.23% | 0.61% | - |
| HSV(B) | 74.35º | 0.26% | 0.7% | - |
| XYZ | 36.5 | 42.26 | 28.42 | - |
| YUV | 170.47 | 106.86 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 179 | 133 | 0.06 | 0 | 0.26 | 0.30 | 74.35 | 0.23 | 0.61 |
| Hex | A8 | B3 | 85 | 6 | 0 | 1A | 1E | 4A | 17 | 3D |
| Octal | 250 | 263 | 205 | 6 | 0 | 32 | 36 | 112 | 27 | 75 |
| Binary | 10101000 | 10110011 | 10000101 | 110 | 0 | 11010 | 11110 | 1001010 | 10111 | 111101 |
Color Harmonies of #A8B385
Complementary color
Monochromatic Colors of #A8B385
Black with #A8B385
Text Example
Text Example
White with #A8B385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B385; }
p { color: rgb(168,179,133); }
H1.HeaderClassName
{
color: #A8B385;
}
.AnyTagClassName
{
color: #A8B385;
}
</style>
background-color css
<style>
a { background-color: #A8B385; }
a { background-color: rgb(168,179,133); }
div.DivClassName
{
background-color: #A8B385;
}
.BgClassName
{
background-color: #A8B385;
}
</style>
border-color css
<style>
span { border-color: #A8B385; }
span { border-color: rgb(168,179,133); }
td.TdClassName
{
border-color: #A8B385;
}
.TagClassName
{
border-color: #A8B385;
}
</style>