Shades of Caper #AAB88C
Tints of Caper #AAB88C
RGB
CMYK
RGB Variations
Color information
#AAB88C (or 0xAAB88C) is known color: Caper. HEX triplet: AA, B8 and 8C. RGB value is (170,184,140). Sum of RGB (Red+Green+Blue) = 170+184+140=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 184 (72.27% from 255 or 37.25% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB88C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB88C is #554773. Grayscale: #AEAEAE. Windows color (decimal): -5588852 or 9222314. OLE color: 9222314.
HSL color Cylindrical-coordinate representation of color #AAB88C: hue angle of 79.09º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAB88C is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 140 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.28 |
| HSL | 79.09º | 0.24% | 0.64% | - |
| HSV(B) | 79.09º | 0.24% | 0.72% | - |
| XYZ | 38.45 | 44.72 | 31.42 | - |
| YUV | 174.8 | 108.36 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 140 | 0.08 | 0 | 0.24 | 0.28 | 79.09 | 0.24 | 0.64 |
| Hex | AA | B8 | 8C | 8 | 0 | 18 | 1C | 4F | 18 | 40 |
| Octal | 252 | 270 | 214 | 10 | 0 | 30 | 34 | 117 | 30 | 100 |
| Binary | 10101010 | 10111000 | 10001100 | 1000 | 0 | 11000 | 11100 | 1001111 | 11000 | 1000000 |
Color Harmonies of #AAB88C
Complementary color
Monochromatic Colors of #AAB88C
Black with #AAB88C
Text Example
Text Example
White with #AAB88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB88C; }
p { color: rgb(170,184,140); }
H1.HeaderClassName
{
color: #AAB88C;
}
.AnyTagClassName
{
color: #AAB88C;
}
</style>
background-color css
<style>
a { background-color: #AAB88C; }
a { background-color: rgb(170,184,140); }
div.DivClassName
{
background-color: #AAB88C;
}
.BgClassName
{
background-color: #AAB88C;
}
</style>
border-color css
<style>
span { border-color: #AAB88C; }
span { border-color: rgb(170,184,140); }
td.TdClassName
{
border-color: #AAB88C;
}
.TagClassName
{
border-color: #AAB88C;
}
</style>