Shades of Caper #AAB781
Tints of Caper #AAB781
RGB
CMYK
RGB Variations
Color information
#AAB781 (or 0xAAB781) is known color: Caper. HEX triplet: AA, B7 and 81. RGB value is (170,183,129). Sum of RGB (Red+Green+Blue) = 170+183+129=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 183 (71.88% from 255 or 37.97% from 482); Blue value is 129 (50.78% from 255 or 26.76% from 482); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB781 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB781 is #55487E. Grayscale: #ADADAD. Windows color (decimal): -5589119 or 8501162. OLE color: 8501162.
HSL color Cylindrical-coordinate representation of color #AAB781: hue angle of 74.44º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAB781 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 183 | 129 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.28 |
| HSL | 74.44º | 0.27% | 0.61% | - |
| HSV(B) | 74.44º | 0.3% | 0.72% | - |
| XYZ | 37.47 | 44 | 27.29 | - |
| YUV | 172.96 | 103.19 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 129 | 0.07 | 0 | 0.30 | 0.28 | 74.44 | 0.27 | 0.61 |
| Hex | AA | B7 | 81 | 7 | 0 | 1E | 1C | 4A | 1B | 3D |
| Octal | 252 | 267 | 201 | 7 | 0 | 36 | 34 | 112 | 33 | 75 |
| Binary | 10101010 | 10110111 | 10000001 | 111 | 0 | 11110 | 11100 | 1001010 | 11011 | 111101 |
Color Harmonies of #AAB781
Complementary color
Monochromatic Colors of #AAB781
Black with #AAB781
Text Example
Text Example
White with #AAB781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB781; }
p { color: rgb(170,183,129); }
H1.HeaderClassName
{
color: #AAB781;
}
.AnyTagClassName
{
color: #AAB781;
}
</style>
background-color css
<style>
a { background-color: #AAB781; }
a { background-color: rgb(170,183,129); }
div.DivClassName
{
background-color: #AAB781;
}
.BgClassName
{
background-color: #AAB781;
}
</style>
border-color css
<style>
span { border-color: #AAB781; }
span { border-color: rgb(170,183,129); }
td.TdClassName
{
border-color: #AAB781;
}
.TagClassName
{
border-color: #AAB781;
}
</style>