Shades of Caper #AAB384
Tints of Caper #AAB384
RGB
CMYK
RGB Variations
Color information
#AAB384 (or 0xAAB384) is known color: Caper. HEX triplet: AA, B3 and 84. RGB value is (170,179,132). Sum of RGB (Red+Green+Blue) = 170+179+132=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 132 (51.95% from 255 or 27.44% from 481); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB384 is #554C7B. Grayscale: #ABABAB. Windows color (decimal): -5590140 or 8696746. OLE color: 8696746.
HSL color Cylindrical-coordinate representation of color #AAB384: hue angle of 71.49º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAB384 is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 132 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.30 |
| HSL | 71.49º | 0.24% | 0.61% | - |
| HSV(B) | 71.49º | 0.26% | 0.7% | - |
| XYZ | 36.86 | 42.45 | 28.08 | - |
| YUV | 170.95 | 106.02 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 132 | 0.05 | 0 | 0.26 | 0.30 | 71.49 | 0.24 | 0.61 |
| Hex | AA | B3 | 84 | 5 | 0 | 1A | 1E | 47 | 18 | 3D |
| Octal | 252 | 263 | 204 | 5 | 0 | 32 | 36 | 107 | 30 | 75 |
| Binary | 10101010 | 10110011 | 10000100 | 101 | 0 | 11010 | 11110 | 1000111 | 11000 | 111101 |
Color Harmonies of #AAB384
Complementary color
Monochromatic Colors of #AAB384
Black with #AAB384
Text Example
Text Example
White with #AAB384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB384; }
p { color: rgb(170,179,132); }
H1.HeaderClassName
{
color: #AAB384;
}
.AnyTagClassName
{
color: #AAB384;
}
</style>
background-color css
<style>
a { background-color: #AAB384; }
a { background-color: rgb(170,179,132); }
div.DivClassName
{
background-color: #AAB384;
}
.BgClassName
{
background-color: #AAB384;
}
</style>
border-color css
<style>
span { border-color: #AAB384; }
span { border-color: rgb(170,179,132); }
td.TdClassName
{
border-color: #AAB384;
}
.TagClassName
{
border-color: #AAB384;
}
</style>