Shades of Caper #AAB485
Tints of Caper #AAB485
RGB
CMYK
RGB Variations
Color information
#AAB485 (or 0xAAB485) is known color: Caper. HEX triplet: AA, B4 and 85. RGB value is (170,180,133). Sum of RGB (Red+Green+Blue) = 170+180+133=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 133 (52.34% from 255 or 27.54% from 483); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB485 is #554B7A. Grayscale: #ABABAB. Windows color (decimal): -5589883 or 8762538. OLE color: 8762538.
HSL color Cylindrical-coordinate representation of color #AAB485: hue angle of 72.77º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAB485 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 180 | 133 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.29 |
| HSL | 72.77º | 0.24% | 0.61% | - |
| HSV(B) | 72.77º | 0.26% | 0.71% | - |
| XYZ | 37.13 | 42.88 | 28.51 | - |
| YUV | 171.65 | 106.19 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 133 | 0.06 | 0 | 0.26 | 0.29 | 72.77 | 0.24 | 0.61 |
| Hex | AA | B4 | 85 | 6 | 0 | 1A | 1D | 49 | 18 | 3D |
| Octal | 252 | 264 | 205 | 6 | 0 | 32 | 35 | 111 | 30 | 75 |
| Binary | 10101010 | 10110100 | 10000101 | 110 | 0 | 11010 | 11101 | 1001001 | 11000 | 111101 |
Color Harmonies of #AAB485
Complementary color
Monochromatic Colors of #AAB485
Black with #AAB485
Text Example
Text Example
White with #AAB485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB485; }
p { color: rgb(170,180,133); }
H1.HeaderClassName
{
color: #AAB485;
}
.AnyTagClassName
{
color: #AAB485;
}
</style>
background-color css
<style>
a { background-color: #AAB485; }
a { background-color: rgb(170,180,133); }
div.DivClassName
{
background-color: #AAB485;
}
.BgClassName
{
background-color: #AAB485;
}
</style>
border-color css
<style>
span { border-color: #AAB485; }
span { border-color: rgb(170,180,133); }
td.TdClassName
{
border-color: #AAB485;
}
.TagClassName
{
border-color: #AAB485;
}
</style>