Shades of Caper #AAB872
Tints of Caper #AAB872
RGB
CMYK
RGB Variations
Color information
#AAB872 (or 0xAAB872) is known color: Caper. HEX triplet: AA, B8 and 72. RGB value is (170,184,114). Sum of RGB (Red+Green+Blue) = 170+184+114=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 184 (72.27% from 255 or 39.32% from 468); Blue value is 114 (44.92% from 255 or 24.36% from 468); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB872 is #55478D. Grayscale: #ACACAC. Windows color (decimal): -5588878 or 7518378. OLE color: 7518378.
HSL color Cylindrical-coordinate representation of color #AAB872: hue angle of 72º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAB872 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 114 | - |
| CMYK | 0.08 | 0 | 0.38 | 0.28 |
| HSL | 72º | 0.33% | 0.58% | - |
| HSV(B) | 72º | 0.38% | 0.72% | - |
| XYZ | 36.76 | 44.04 | 22.48 | - |
| YUV | 171.83 | 95.36 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 114 | 0.08 | 0 | 0.38 | 0.28 | 72 | 0.33 | 0.58 |
| Hex | AA | B8 | 72 | 8 | 0 | 26 | 1C | 48 | 21 | 3A |
| Octal | 252 | 270 | 162 | 10 | 0 | 46 | 34 | 110 | 41 | 72 |
| Binary | 10101010 | 10111000 | 1110010 | 1000 | 0 | 100110 | 11100 | 1001000 | 100001 | 111010 |
Color Harmonies of #AAB872
Complementary color
Monochromatic Colors of #AAB872
Black with #AAB872
Text Example
Text Example
White with #AAB872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB872; }
p { color: rgb(170,184,114); }
H1.HeaderClassName
{
color: #AAB872;
}
.AnyTagClassName
{
color: #AAB872;
}
</style>
background-color css
<style>
a { background-color: #AAB872; }
a { background-color: rgb(170,184,114); }
div.DivClassName
{
background-color: #AAB872;
}
.BgClassName
{
background-color: #AAB872;
}
</style>
border-color css
<style>
span { border-color: #AAB872; }
span { border-color: rgb(170,184,114); }
td.TdClassName
{
border-color: #AAB872;
}
.TagClassName
{
border-color: #AAB872;
}
</style>