Shades of Caper #AAB67C
Tints of Caper #AAB67C
RGB
CMYK
RGB Variations
Color information
#AAB67C (or 0xAAB67C) is known color: Caper. HEX triplet: AA, B6 and 7C. RGB value is (170,182,124). Sum of RGB (Red+Green+Blue) = 170+182+124=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 182 (71.48% from 255 or 38.24% from 476); Blue value is 124 (48.83% from 255 or 26.05% from 476); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB67C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB67C is #554983. Grayscale: #ACACAC. Windows color (decimal): -5589380 or 8173226. OLE color: 8173226.
HSL color Cylindrical-coordinate representation of color #AAB67C: hue angle of 72.41º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAB67C is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 182 | 124 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.29 |
| HSL | 72.41º | 0.28% | 0.6% | - |
| HSV(B) | 72.41º | 0.32% | 0.71% | - |
| XYZ | 36.94 | 43.46 | 25.51 | - |
| YUV | 171.8 | 101.02 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 124 | 0.07 | 0 | 0.32 | 0.29 | 72.41 | 0.28 | 0.6 |
| Hex | AA | B6 | 7C | 7 | 0 | 20 | 1D | 48 | 1C | 3C |
| Octal | 252 | 266 | 174 | 7 | 0 | 40 | 35 | 110 | 34 | 74 |
| Binary | 10101010 | 10110110 | 1111100 | 111 | 0 | 100000 | 11101 | 1001000 | 11100 | 111100 |
Color Harmonies of #AAB67C
Complementary color
Monochromatic Colors of #AAB67C
Black with #AAB67C
Text Example
Text Example
White with #AAB67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB67C; }
p { color: rgb(170,182,124); }
H1.HeaderClassName
{
color: #AAB67C;
}
.AnyTagClassName
{
color: #AAB67C;
}
</style>
background-color css
<style>
a { background-color: #AAB67C; }
a { background-color: rgb(170,182,124); }
div.DivClassName
{
background-color: #AAB67C;
}
.BgClassName
{
background-color: #AAB67C;
}
</style>
border-color css
<style>
span { border-color: #AAB67C; }
span { border-color: rgb(170,182,124); }
td.TdClassName
{
border-color: #AAB67C;
}
.TagClassName
{
border-color: #AAB67C;
}
</style>