Shades of Caper #AAB88A
Tints of Caper #AAB88A
RGB
CMYK
RGB Variations
Color information
#AAB88A (or 0xAAB88A) is known color: Caper. HEX triplet: AA, B8 and 8A. RGB value is (170,184,138). Sum of RGB (Red+Green+Blue) = 170+184+138=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 184 (72.27% from 255 or 37.40% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB88A is #554775. Grayscale: #AEAEAE. Windows color (decimal): -5588854 or 9091242. OLE color: 9091242.
HSL color Cylindrical-coordinate representation of color #AAB88A: hue angle of 78.26º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAB88A is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 138 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.28 |
| HSL | 78.26º | 0.24% | 0.63% | - |
| HSV(B) | 78.26º | 0.25% | 0.72% | - |
| XYZ | 38.31 | 44.66 | 30.65 | - |
| YUV | 174.57 | 107.36 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 138 | 0.08 | 0 | 0.25 | 0.28 | 78.26 | 0.24 | 0.63 |
| Hex | AA | B8 | 8A | 8 | 0 | 19 | 1C | 4E | 18 | 3F |
| Octal | 252 | 270 | 212 | 10 | 0 | 31 | 34 | 116 | 30 | 77 |
| Binary | 10101010 | 10111000 | 10001010 | 1000 | 0 | 11001 | 11100 | 1001110 | 11000 | 111111 |
Color Harmonies of #AAB88A
Complementary color
Monochromatic Colors of #AAB88A
Black with #AAB88A
Text Example
Text Example
White with #AAB88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB88A; }
p { color: rgb(170,184,138); }
H1.HeaderClassName
{
color: #AAB88A;
}
.AnyTagClassName
{
color: #AAB88A;
}
</style>
background-color css
<style>
a { background-color: #AAB88A; }
a { background-color: rgb(170,184,138); }
div.DivClassName
{
background-color: #AAB88A;
}
.BgClassName
{
background-color: #AAB88A;
}
</style>
border-color css
<style>
span { border-color: #AAB88A; }
span { border-color: rgb(170,184,138); }
td.TdClassName
{
border-color: #AAB88A;
}
.TagClassName
{
border-color: #AAB88A;
}
</style>