Shades of Caper #AAC87B
Tints of Caper #AAC87B
RGB
CMYK
RGB Variations
Color information
#AAC87B (or 0xAAC87B) is known color: Caper. HEX triplet: AA, C8 and 7B. RGB value is (170,200,123). Sum of RGB (Red+Green+Blue) = 170+200+123=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 200 (78.52% from 255 or 40.57% from 493); Blue value is 123 (48.44% from 255 or 24.95% from 493); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC87B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC87B is #553784. Grayscale: #B6B6B6. Windows color (decimal): -5584773 or 8112298. OLE color: 8112298.
HSL color Cylindrical-coordinate representation of color #AAC87B: hue angle of 83.38º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAC87B is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 200 | 123 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.22 |
| HSL | 83.38º | 0.41% | 0.63% | - |
| HSV(B) | 83.38º | 0.39% | 0.78% | - |
| XYZ | 40.81 | 51.28 | 26.49 | - |
| YUV | 182.25 | 94.56 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 123 | 0.15 | 0 | 0.38 | 0.22 | 83.38 | 0.41 | 0.63 |
| Hex | AA | C8 | 7B | F | 0 | 26 | 16 | 53 | 29 | 3F |
| Octal | 252 | 310 | 173 | 17 | 0 | 46 | 26 | 123 | 51 | 77 |
| Binary | 10101010 | 11001000 | 1111011 | 1111 | 0 | 100110 | 10110 | 1010011 | 101001 | 111111 |
Color Harmonies of #AAC87B
Complementary color
Monochromatic Colors of #AAC87B
Black with #AAC87B
Text Example
Text Example
White with #AAC87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC87B; }
p { color: rgb(170,200,123); }
H1.HeaderClassName
{
color: #AAC87B;
}
.AnyTagClassName
{
color: #AAC87B;
}
</style>
background-color css
<style>
a { background-color: #AAC87B; }
a { background-color: rgb(170,200,123); }
div.DivClassName
{
background-color: #AAC87B;
}
.BgClassName
{
background-color: #AAC87B;
}
</style>
border-color css
<style>
span { border-color: #AAC87B; }
span { border-color: rgb(170,200,123); }
td.TdClassName
{
border-color: #AAC87B;
}
.TagClassName
{
border-color: #AAC87B;
}
</style>