Shades of Caper #AAB883
Tints of Caper #AAB883
RGB
CMYK
RGB Variations
Color information
#AAB883 (or 0xAAB883) is known color: Caper. HEX triplet: AA, B8 and 83. RGB value is (170,184,131). Sum of RGB (Red+Green+Blue) = 170+184+131=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 184 (72.27% from 255 or 37.94% from 485); Blue value is 131 (51.56% from 255 or 27.01% from 485); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB883 is #55477C. Grayscale: #ADADAD. Windows color (decimal): -5588861 or 8632490. OLE color: 8632490.
HSL color Cylindrical-coordinate representation of color #AAB883: hue angle of 75.85º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAB883 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 131 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.28 |
| HSL | 75.85º | 0.27% | 0.62% | - |
| HSV(B) | 75.85º | 0.29% | 0.72% | - |
| XYZ | 37.81 | 44.47 | 28.06 | - |
| YUV | 173.77 | 103.86 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 131 | 0.08 | 0 | 0.29 | 0.28 | 75.85 | 0.27 | 0.62 |
| Hex | AA | B8 | 83 | 8 | 0 | 1D | 1C | 4C | 1B | 3E |
| Octal | 252 | 270 | 203 | 10 | 0 | 35 | 34 | 114 | 33 | 76 |
| Binary | 10101010 | 10111000 | 10000011 | 1000 | 0 | 11101 | 11100 | 1001100 | 11011 | 111110 |
Color Harmonies of #AAB883
Complementary color
Monochromatic Colors of #AAB883
Black with #AAB883
Text Example
Text Example
White with #AAB883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB883; }
p { color: rgb(170,184,131); }
H1.HeaderClassName
{
color: #AAB883;
}
.AnyTagClassName
{
color: #AAB883;
}
</style>
background-color css
<style>
a { background-color: #AAB883; }
a { background-color: rgb(170,184,131); }
div.DivClassName
{
background-color: #AAB883;
}
.BgClassName
{
background-color: #AAB883;
}
</style>
border-color css
<style>
span { border-color: #AAB883; }
span { border-color: rgb(170,184,131); }
td.TdClassName
{
border-color: #AAB883;
}
.TagClassName
{
border-color: #AAB883;
}
</style>