Shades of Caper #AAB878
Tints of Caper #AAB878
RGB
CMYK
RGB Variations
Color information
#AAB878 (or 0xAAB878) is known color: Caper. HEX triplet: AA, B8 and 78. RGB value is (170,184,120). Sum of RGB (Red+Green+Blue) = 170+184+120=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 184 (72.27% from 255 or 38.82% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB878 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB878 is #554787. Grayscale: #ACACAC. Windows color (decimal): -5588872 or 7911594. OLE color: 7911594.
HSL color Cylindrical-coordinate representation of color #AAB878: hue angle of 73.12º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AAB878 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 120 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.28 |
| HSL | 73.13º | 0.31% | 0.6% | - |
| HSV(B) | 73.13º | 0.35% | 0.72% | - |
| XYZ | 37.11 | 44.18 | 24.34 | - |
| YUV | 172.52 | 98.36 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 120 | 0.08 | 0 | 0.35 | 0.28 | 73.13 | 0.31 | 0.6 |
| Hex | AA | B8 | 78 | 8 | 0 | 23 | 1C | 49 | 1F | 3C |
| Octal | 252 | 270 | 170 | 10 | 0 | 43 | 34 | 111 | 37 | 74 |
| Binary | 10101010 | 10111000 | 1111000 | 1000 | 0 | 100011 | 11100 | 1001001 | 11111 | 111100 |
Color Harmonies of #AAB878
Complementary color
Monochromatic Colors of #AAB878
Black with #AAB878
Text Example
Text Example
White with #AAB878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB878; }
p { color: rgb(170,184,120); }
H1.HeaderClassName
{
color: #AAB878;
}
.AnyTagClassName
{
color: #AAB878;
}
</style>
background-color css
<style>
a { background-color: #AAB878; }
a { background-color: rgb(170,184,120); }
div.DivClassName
{
background-color: #AAB878;
}
.BgClassName
{
background-color: #AAB878;
}
</style>
border-color css
<style>
span { border-color: #AAB878; }
span { border-color: rgb(170,184,120); }
td.TdClassName
{
border-color: #AAB878;
}
.TagClassName
{
border-color: #AAB878;
}
</style>