Shades of Caper #A3B283
Tints of Caper #A3B283
RGB
CMYK
RGB Variations
Color information
#A3B283 (or 0xA3B283) is known color: Caper. HEX triplet: A3, B2 and 83. RGB value is (163,178,131). Sum of RGB (Red+Green+Blue) = 163+178+131=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 178 (69.92% from 255 or 37.71% from 472); Blue value is 131 (51.56% from 255 or 27.75% from 472); Max value from RGB is 178 - color contains mainly: green. Hex color #A3B283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B283 is #5C4D7C. Grayscale: #A8A8A8. Windows color (decimal): -6049149 or 8630947. OLE color: 8630947.
HSL color Cylindrical-coordinate representation of color #A3B283: hue angle of 79.15º 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 #A3B283 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 178 | 131 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.30 |
| HSL | 79.15º | 0.23% | 0.61% | - |
| HSV(B) | 79.15º | 0.26% | 0.7% | - |
| XYZ | 35.12 | 41.27 | 27.59 | - |
| YUV | 168.16 | 107.03 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 178 | 131 | 0.08 | 0 | 0.26 | 0.30 | 79.15 | 0.23 | 0.61 |
| Hex | A3 | B2 | 83 | 8 | 0 | 1A | 1E | 4F | 17 | 3D |
| Octal | 243 | 262 | 203 | 10 | 0 | 32 | 36 | 117 | 27 | 75 |
| Binary | 10100011 | 10110010 | 10000011 | 1000 | 0 | 11010 | 11110 | 1001111 | 10111 | 111101 |
Color Harmonies of #A3B283
Complementary color
Monochromatic Colors of #A3B283
Black with #A3B283
Text Example
Text Example
White with #A3B283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B283; }
p { color: rgb(163,178,131); }
H1.HeaderClassName
{
color: #A3B283;
}
.AnyTagClassName
{
color: #A3B283;
}
</style>
background-color css
<style>
a { background-color: #A3B283; }
a { background-color: rgb(163,178,131); }
div.DivClassName
{
background-color: #A3B283;
}
.BgClassName
{
background-color: #A3B283;
}
</style>
border-color css
<style>
span { border-color: #A3B283; }
span { border-color: rgb(163,178,131); }
td.TdClassName
{
border-color: #A3B283;
}
.TagClassName
{
border-color: #A3B283;
}
</style>