Shades of Caper #AAB680
Tints of Caper #AAB680
RGB
CMYK
RGB Variations
Color information
#AAB680 (or 0xAAB680) is known color: Caper. HEX triplet: AA, B6 and 80. RGB value is (170,182,128). Sum of RGB (Red+Green+Blue) = 170+182+128=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 182 (71.48% from 255 or 37.92% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB680 is #55497F. Grayscale: #ACACAC. Windows color (decimal): -5589376 or 8435370. OLE color: 8435370.
HSL color Cylindrical-coordinate representation of color #AAB680: hue angle of 73.33º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAB680 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 182 | 128 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.29 |
| HSL | 73.33º | 0.27% | 0.61% | - |
| HSV(B) | 73.33º | 0.3% | 0.71% | - |
| XYZ | 37.2 | 43.56 | 26.87 | - |
| YUV | 172.26 | 103.02 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 128 | 0.07 | 0 | 0.30 | 0.29 | 73.33 | 0.27 | 0.61 |
| Hex | AA | B6 | 80 | 7 | 0 | 1E | 1D | 49 | 1B | 3D |
| Octal | 252 | 266 | 200 | 7 | 0 | 36 | 35 | 111 | 33 | 75 |
| Binary | 10101010 | 10110110 | 10000000 | 111 | 0 | 11110 | 11101 | 1001001 | 11011 | 111101 |
Color Harmonies of #AAB680
Complementary color
Monochromatic Colors of #AAB680
Black with #AAB680
Text Example
Text Example
White with #AAB680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB680; }
p { color: rgb(170,182,128); }
H1.HeaderClassName
{
color: #AAB680;
}
.AnyTagClassName
{
color: #AAB680;
}
</style>
background-color css
<style>
a { background-color: #AAB680; }
a { background-color: rgb(170,182,128); }
div.DivClassName
{
background-color: #AAB680;
}
.BgClassName
{
background-color: #AAB680;
}
</style>
border-color css
<style>
span { border-color: #AAB680; }
span { border-color: rgb(170,182,128); }
td.TdClassName
{
border-color: #AAB680;
}
.TagClassName
{
border-color: #AAB680;
}
</style>