Shades of Caper #A7BB7E
Tints of Caper #A7BB7E
RGB
CMYK
RGB Variations
Color information
#A7BB7E (or 0xA7BB7E) is known color: Caper. HEX triplet: A7, BB and 7E. RGB value is (167,187,126). Sum of RGB (Red+Green+Blue) = 167+187+126=480 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.79% from 480); Green value is 187 (73.44% from 255 or 38.96% from 480); Blue value is 126 (49.61% from 255 or 26.25% from 480); Max value from RGB is 187 - color contains mainly: green. Hex color #A7BB7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BB7E is #584481. Grayscale: #AEAEAE. Windows color (decimal): -5784706 or 8305575. OLE color: 8305575.
HSL color Cylindrical-coordinate representation of color #A7BB7E: hue angle of 79.67º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7BB7E is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 187 | 126 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.27 |
| HSL | 79.67º | 0.31% | 0.61% | - |
| HSV(B) | 79.67º | 0.33% | 0.73% | - |
| XYZ | 37.47 | 45.26 | 26.5 | - |
| YUV | 174.07 | 100.87 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 187 | 126 | 0.11 | 0 | 0.33 | 0.27 | 79.67 | 0.31 | 0.61 |
| Hex | A7 | BB | 7E | B | 0 | 21 | 1B | 50 | 1F | 3D |
| Octal | 247 | 273 | 176 | 13 | 0 | 41 | 33 | 120 | 37 | 75 |
| Binary | 10100111 | 10111011 | 1111110 | 1011 | 0 | 100001 | 11011 | 1010000 | 11111 | 111101 |
Color Harmonies of #A7BB7E
Complementary color
Monochromatic Colors of #A7BB7E
Black with #A7BB7E
Text Example
Text Example
White with #A7BB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BB7E; }
p { color: rgb(167,187,126); }
H1.HeaderClassName
{
color: #A7BB7E;
}
.AnyTagClassName
{
color: #A7BB7E;
}
</style>
background-color css
<style>
a { background-color: #A7BB7E; }
a { background-color: rgb(167,187,126); }
div.DivClassName
{
background-color: #A7BB7E;
}
.BgClassName
{
background-color: #A7BB7E;
}
</style>
border-color css
<style>
span { border-color: #A7BB7E; }
span { border-color: rgb(167,187,126); }
td.TdClassName
{
border-color: #A7BB7E;
}
.TagClassName
{
border-color: #A7BB7E;
}
</style>