Shades of Caper #A3B17E
Tints of Caper #A3B17E
RGB
CMYK
RGB Variations
Color information
#A3B17E (or 0xA3B17E) is known color: Caper. HEX triplet: A3, B1 and 7E. RGB value is (163,177,126). Sum of RGB (Red+Green+Blue) = 163+177+126=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 177 (69.53% from 255 or 37.98% from 466); Blue value is 126 (49.61% from 255 or 27.04% from 466); Max value from RGB is 177 - color contains mainly: green. Hex color #A3B17E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3B17E is #5C4E81. Grayscale: #A7A7A7. Windows color (decimal): -6049410 or 8303011. OLE color: 8303011.
HSL color Cylindrical-coordinate representation of color #A3B17E: hue angle of 76.47º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3B17E is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 177 | 126 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.31 |
| HSL | 76.47º | 0.25% | 0.59% | - |
| HSV(B) | 76.47º | 0.29% | 0.69% | - |
| XYZ | 34.59 | 40.74 | 25.78 | - |
| YUV | 167 | 104.86 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 177 | 126 | 0.08 | 0 | 0.29 | 0.31 | 76.47 | 0.25 | 0.59 |
| Hex | A3 | B1 | 7E | 8 | 0 | 1D | 1F | 4C | 19 | 3B |
| Octal | 243 | 261 | 176 | 10 | 0 | 35 | 37 | 114 | 31 | 73 |
| Binary | 10100011 | 10110001 | 1111110 | 1000 | 0 | 11101 | 11111 | 1001100 | 11001 | 111011 |
Color Harmonies of #A3B17E
Complementary color
Monochromatic Colors of #A3B17E
Black with #A3B17E
Text Example
Text Example
White with #A3B17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B17E; }
p { color: rgb(163,177,126); }
H1.HeaderClassName
{
color: #A3B17E;
}
.AnyTagClassName
{
color: #A3B17E;
}
</style>
background-color css
<style>
a { background-color: #A3B17E; }
a { background-color: rgb(163,177,126); }
div.DivClassName
{
background-color: #A3B17E;
}
.BgClassName
{
background-color: #A3B17E;
}
</style>
border-color css
<style>
span { border-color: #A3B17E; }
span { border-color: rgb(163,177,126); }
td.TdClassName
{
border-color: #A3B17E;
}
.TagClassName
{
border-color: #A3B17E;
}
</style>