Shades of Caper #A3B37D
Tints of Caper #A3B37D
RGB
CMYK
RGB Variations
Color information
#A3B37D (or 0xA3B37D) is known color: Caper. HEX triplet: A3, B3 and 7D. RGB value is (163,179,125). Sum of RGB (Red+Green+Blue) = 163+179+125=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 179 (70.31% from 255 or 38.33% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 179 - color contains mainly: green. Hex color #A3B37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B37D is #5C4C82. Grayscale: #A8A8A8. Windows color (decimal): -6048899 or 8237987. OLE color: 8237987.
HSL color Cylindrical-coordinate representation of color #A3B37D: hue angle of 77.78º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3B37D is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 179 | 125 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.30 |
| HSL | 77.78º | 0.26% | 0.6% | - |
| HSV(B) | 77.78º | 0.3% | 0.7% | - |
| XYZ | 34.93 | 41.51 | 25.57 | - |
| YUV | 168.06 | 103.7 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 179 | 125 | 0.09 | 0 | 0.30 | 0.30 | 77.78 | 0.26 | 0.6 |
| Hex | A3 | B3 | 7D | 9 | 0 | 1E | 1E | 4E | 1A | 3C |
| Octal | 243 | 263 | 175 | 11 | 0 | 36 | 36 | 116 | 32 | 74 |
| Binary | 10100011 | 10110011 | 1111101 | 1001 | 0 | 11110 | 11110 | 1001110 | 11010 | 111100 |
Color Harmonies of #A3B37D
Complementary color
Monochromatic Colors of #A3B37D
Black with #A3B37D
Text Example
Text Example
White with #A3B37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B37D; }
p { color: rgb(163,179,125); }
H1.HeaderClassName
{
color: #A3B37D;
}
.AnyTagClassName
{
color: #A3B37D;
}
</style>
background-color css
<style>
a { background-color: #A3B37D; }
a { background-color: rgb(163,179,125); }
div.DivClassName
{
background-color: #A3B37D;
}
.BgClassName
{
background-color: #A3B37D;
}
</style>
border-color css
<style>
span { border-color: #A3B37D; }
span { border-color: rgb(163,179,125); }
td.TdClassName
{
border-color: #A3B37D;
}
.TagClassName
{
border-color: #A3B37D;
}
</style>