Shades of Caper #AAB57E
Tints of Caper #AAB57E
RGB
CMYK
RGB Variations
Color information
#AAB57E (or 0xAAB57E) is known color: Caper. HEX triplet: AA, B5 and 7E. RGB value is (170,181,126). Sum of RGB (Red+Green+Blue) = 170+181+126=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 181 (71.09% from 255 or 37.95% from 477); Blue value is 126 (49.61% from 255 or 26.42% from 477); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB57E is #554A81. Grayscale: #ABABAB. Windows color (decimal): -5589634 or 8304042. OLE color: 8304042.
HSL color Cylindrical-coordinate representation of color #AAB57E: hue angle of 72º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAB57E is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 181 | 126 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.29 |
| HSL | 72º | 0.27% | 0.6% | - |
| HSV(B) | 72º | 0.3% | 0.71% | - |
| XYZ | 36.87 | 43.1 | 26.11 | - |
| YUV | 171.44 | 102.36 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 126 | 0.06 | 0 | 0.30 | 0.29 | 72 | 0.27 | 0.6 |
| Hex | AA | B5 | 7E | 6 | 0 | 1E | 1D | 48 | 1B | 3C |
| Octal | 252 | 265 | 176 | 6 | 0 | 36 | 35 | 110 | 33 | 74 |
| Binary | 10101010 | 10110101 | 1111110 | 110 | 0 | 11110 | 11101 | 1001000 | 11011 | 111100 |
Color Harmonies of #AAB57E
Complementary color
Monochromatic Colors of #AAB57E
Black with #AAB57E
Text Example
Text Example
White with #AAB57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB57E; }
p { color: rgb(170,181,126); }
H1.HeaderClassName
{
color: #AAB57E;
}
.AnyTagClassName
{
color: #AAB57E;
}
</style>
background-color css
<style>
a { background-color: #AAB57E; }
a { background-color: rgb(170,181,126); }
div.DivClassName
{
background-color: #AAB57E;
}
.BgClassName
{
background-color: #AAB57E;
}
</style>
border-color css
<style>
span { border-color: #AAB57E; }
span { border-color: rgb(170,181,126); }
td.TdClassName
{
border-color: #AAB57E;
}
.TagClassName
{
border-color: #AAB57E;
}
</style>