Shades of Caper #A3B281
Tints of Caper #A3B281
RGB
CMYK
RGB Variations
Color information
#A3B281 (or 0xA3B281) is known color: Caper. HEX triplet: A3, B2 and 81. RGB value is (163,178,129). Sum of RGB (Red+Green+Blue) = 163+178+129=470 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.68% from 470); Green value is 178 (69.92% from 255 or 37.87% from 470); Blue value is 129 (50.78% from 255 or 27.45% from 470); Max value from RGB is 178 - color contains mainly: green. Hex color #A3B281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B281 is #5C4D7E. Grayscale: #A8A8A8. Windows color (decimal): -6049151 or 8499875. OLE color: 8499875.
HSL color Cylindrical-coordinate representation of color #A3B281: hue angle of 78.37º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A3B281 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 178 | 129 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.30 |
| HSL | 78.37º | 0.24% | 0.6% | - |
| HSV(B) | 78.37º | 0.28% | 0.7% | - |
| XYZ | 34.99 | 41.21 | 26.88 | - |
| YUV | 167.93 | 106.03 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 178 | 129 | 0.08 | 0 | 0.28 | 0.30 | 78.37 | 0.24 | 0.6 |
| Hex | A3 | B2 | 81 | 8 | 0 | 1C | 1E | 4E | 18 | 3C |
| Octal | 243 | 262 | 201 | 10 | 0 | 34 | 36 | 116 | 30 | 74 |
| Binary | 10100011 | 10110010 | 10000001 | 1000 | 0 | 11100 | 11110 | 1001110 | 11000 | 111100 |
Color Harmonies of #A3B281
Complementary color
Monochromatic Colors of #A3B281
Black with #A3B281
Text Example
Text Example
White with #A3B281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B281; }
p { color: rgb(163,178,129); }
H1.HeaderClassName
{
color: #A3B281;
}
.AnyTagClassName
{
color: #A3B281;
}
</style>
background-color css
<style>
a { background-color: #A3B281; }
a { background-color: rgb(163,178,129); }
div.DivClassName
{
background-color: #A3B281;
}
.BgClassName
{
background-color: #A3B281;
}
</style>
border-color css
<style>
span { border-color: #A3B281; }
span { border-color: rgb(163,178,129); }
td.TdClassName
{
border-color: #A3B281;
}
.TagClassName
{
border-color: #A3B281;
}
</style>