Shades of Caper #AAB578
Tints of Caper #AAB578
RGB
CMYK
RGB Variations
Color information
#AAB578 (or 0xAAB578) is known color: Caper. HEX triplet: AA, B5 and 78. RGB value is (170,181,120). Sum of RGB (Red+Green+Blue) = 170+181+120=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB578 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB578 is #554A87. Grayscale: #AAAAAA. Windows color (decimal): -5589640 or 7910826. OLE color: 7910826.
HSL color Cylindrical-coordinate representation of color #AAB578: hue angle of 70.82º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAB578 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 181 | 120 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.29 |
| HSL | 70.82º | 0.29% | 0.59% | - |
| HSV(B) | 70.82º | 0.34% | 0.71% | - |
| XYZ | 36.49 | 42.95 | 24.14 | - |
| YUV | 170.76 | 99.36 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 120 | 0.06 | 0 | 0.34 | 0.29 | 70.82 | 0.29 | 0.59 |
| Hex | AA | B5 | 78 | 6 | 0 | 22 | 1D | 47 | 1D | 3B |
| Octal | 252 | 265 | 170 | 6 | 0 | 42 | 35 | 107 | 35 | 73 |
| Binary | 10101010 | 10110101 | 1111000 | 110 | 0 | 100010 | 11101 | 1000111 | 11101 | 111011 |
Color Harmonies of #AAB578
Complementary color
Monochromatic Colors of #AAB578
Black with #AAB578
Text Example
Text Example
White with #AAB578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB578; }
p { color: rgb(170,181,120); }
H1.HeaderClassName
{
color: #AAB578;
}
.AnyTagClassName
{
color: #AAB578;
}
</style>
background-color css
<style>
a { background-color: #AAB578; }
a { background-color: rgb(170,181,120); }
div.DivClassName
{
background-color: #AAB578;
}
.BgClassName
{
background-color: #AAB578;
}
</style>
border-color css
<style>
span { border-color: #AAB578; }
span { border-color: rgb(170,181,120); }
td.TdClassName
{
border-color: #AAB578;
}
.TagClassName
{
border-color: #AAB578;
}
</style>