Shades of Caper #AAB671
Tints of Caper #AAB671
RGB
CMYK
RGB Variations
Color information
#AAB671 (or 0xAAB671) is known color: Caper. HEX triplet: AA, B6 and 71. RGB value is (170,182,113). Sum of RGB (Red+Green+Blue) = 170+182+113=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 182 (71.48% from 255 or 39.14% from 465); Blue value is 113 (44.53% from 255 or 24.30% from 465); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB671 is #55498E. Grayscale: #AAAAAA. Windows color (decimal): -5589391 or 7452330. OLE color: 7452330.
HSL color Cylindrical-coordinate representation of color #AAB671: hue angle of 70.43º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAB671 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 182 | 113 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.29 |
| HSL | 70.43º | 0.32% | 0.58% | - |
| HSV(B) | 70.43º | 0.38% | 0.71% | - |
| XYZ | 36.29 | 43.19 | 22.05 | - |
| YUV | 170.55 | 95.52 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 113 | 0.07 | 0 | 0.38 | 0.29 | 70.43 | 0.32 | 0.58 |
| Hex | AA | B6 | 71 | 7 | 0 | 26 | 1D | 46 | 20 | 3A |
| Octal | 252 | 266 | 161 | 7 | 0 | 46 | 35 | 106 | 40 | 72 |
| Binary | 10101010 | 10110110 | 1110001 | 111 | 0 | 100110 | 11101 | 1000110 | 100000 | 111010 |
Color Harmonies of #AAB671
Complementary color
Monochromatic Colors of #AAB671
Black with #AAB671
Text Example
Text Example
White with #AAB671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB671; }
p { color: rgb(170,182,113); }
H1.HeaderClassName
{
color: #AAB671;
}
.AnyTagClassName
{
color: #AAB671;
}
</style>
background-color css
<style>
a { background-color: #AAB671; }
a { background-color: rgb(170,182,113); }
div.DivClassName
{
background-color: #AAB671;
}
.BgClassName
{
background-color: #AAB671;
}
</style>
border-color css
<style>
span { border-color: #AAB671; }
span { border-color: rgb(170,182,113); }
td.TdClassName
{
border-color: #AAB671;
}
.TagClassName
{
border-color: #AAB671;
}
</style>