Shades of Caper #A3B37E
Tints of Caper #A3B37E
RGB
CMYK
RGB Variations
Color information
#A3B37E (or 0xA3B37E) is known color: Caper. HEX triplet: A3, B3 and 7E. RGB value is (163,179,126). Sum of RGB (Red+Green+Blue) = 163+179+126=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 126 (49.61% from 255 or 26.92% from 468); Max value from RGB is 179 - color contains mainly: green. Hex color #A3B37E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B37E is #5C4C81. Grayscale: #A8A8A8. Windows color (decimal): -6048898 or 8303523. OLE color: 8303523.
HSL color Cylindrical-coordinate representation of color #A3B37E: hue angle of 78.11º 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 #A3B37E is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 179 | 126 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.30 |
| HSL | 78.11º | 0.26% | 0.6% | - |
| HSV(B) | 78.11º | 0.3% | 0.7% | - |
| XYZ | 34.99 | 41.53 | 25.91 | - |
| YUV | 168.17 | 104.2 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 179 | 126 | 0.09 | 0 | 0.30 | 0.30 | 78.11 | 0.26 | 0.6 |
| Hex | A3 | B3 | 7E | 9 | 0 | 1E | 1E | 4E | 1A | 3C |
| Octal | 243 | 263 | 176 | 11 | 0 | 36 | 36 | 116 | 32 | 74 |
| Binary | 10100011 | 10110011 | 1111110 | 1001 | 0 | 11110 | 11110 | 1001110 | 11010 | 111100 |
Color Harmonies of #A3B37E
Complementary color
Monochromatic Colors of #A3B37E
Black with #A3B37E
Text Example
Text Example
White with #A3B37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B37E; }
p { color: rgb(163,179,126); }
H1.HeaderClassName
{
color: #A3B37E;
}
.AnyTagClassName
{
color: #A3B37E;
}
</style>
background-color css
<style>
a { background-color: #A3B37E; }
a { background-color: rgb(163,179,126); }
div.DivClassName
{
background-color: #A3B37E;
}
.BgClassName
{
background-color: #A3B37E;
}
</style>
border-color css
<style>
span { border-color: #A3B37E; }
span { border-color: rgb(163,179,126); }
td.TdClassName
{
border-color: #A3B37E;
}
.TagClassName
{
border-color: #A3B37E;
}
</style>