Shades of Caper #AAC67B
Tints of Caper #AAC67B
RGB
CMYK
RGB Variations
Color information
#AAC67B (or 0xAAC67B) is known color: Caper. HEX triplet: AA, C6 and 7B. RGB value is (170,198,123). Sum of RGB (Red+Green+Blue) = 170+198+123=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC67B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC67B is #553984. Grayscale: #B5B5B5. Windows color (decimal): -5585285 or 8111786. OLE color: 8111786.
HSL color Cylindrical-coordinate representation of color #AAC67B: hue angle of 82.4º degrees, saturation: 0.4, 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 #AAC67B is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 198 | 123 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.22 |
| HSL | 82.4º | 0.4% | 0.63% | - |
| HSV(B) | 82.4º | 0.38% | 0.78% | - |
| XYZ | 40.35 | 50.36 | 26.33 | - |
| YUV | 181.08 | 95.22 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 198 | 123 | 0.14 | 0 | 0.38 | 0.22 | 82.4 | 0.4 | 0.63 |
| Hex | AA | C6 | 7B | E | 0 | 26 | 16 | 52 | 28 | 3F |
| Octal | 252 | 306 | 173 | 16 | 0 | 46 | 26 | 122 | 50 | 77 |
| Binary | 10101010 | 11000110 | 1111011 | 1110 | 0 | 100110 | 10110 | 1010010 | 101000 | 111111 |
Color Harmonies of #AAC67B
Complementary color
Monochromatic Colors of #AAC67B
Black with #AAC67B
Text Example
Text Example
White with #AAC67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC67B; }
p { color: rgb(170,198,123); }
H1.HeaderClassName
{
color: #AAC67B;
}
.AnyTagClassName
{
color: #AAC67B;
}
</style>
background-color css
<style>
a { background-color: #AAC67B; }
a { background-color: rgb(170,198,123); }
div.DivClassName
{
background-color: #AAC67B;
}
.BgClassName
{
background-color: #AAC67B;
}
</style>
border-color css
<style>
span { border-color: #AAC67B; }
span { border-color: rgb(170,198,123); }
td.TdClassName
{
border-color: #AAC67B;
}
.TagClassName
{
border-color: #AAC67B;
}
</style>