Shades of Caper #AAB380
Tints of Caper #AAB380
RGB
CMYK
RGB Variations
Color information
#AAB380 (or 0xAAB380) is known color: Caper. HEX triplet: AA, B3 and 80. RGB value is (170,179,128). Sum of RGB (Red+Green+Blue) = 170+179+128=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 179 (70.31% from 255 or 37.53% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB380 is #554C7F. Grayscale: #AAAAAA. Windows color (decimal): -5590144 or 8434602. OLE color: 8434602.
HSL color Cylindrical-coordinate representation of color #AAB380: hue angle of 70.59º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAB380 is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 128 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.30 |
| HSL | 70.59º | 0.25% | 0.6% | - |
| HSV(B) | 70.59º | 0.28% | 0.7% | - |
| XYZ | 36.59 | 42.34 | 26.67 | - |
| YUV | 170.5 | 104.02 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 128 | 0.05 | 0 | 0.28 | 0.30 | 70.59 | 0.25 | 0.6 |
| Hex | AA | B3 | 80 | 5 | 0 | 1C | 1E | 47 | 19 | 3C |
| Octal | 252 | 263 | 200 | 5 | 0 | 34 | 36 | 107 | 31 | 74 |
| Binary | 10101010 | 10110011 | 10000000 | 101 | 0 | 11100 | 11110 | 1000111 | 11001 | 111100 |
Color Harmonies of #AAB380
Complementary color
Monochromatic Colors of #AAB380
Black with #AAB380
Text Example
Text Example
White with #AAB380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB380; }
p { color: rgb(170,179,128); }
H1.HeaderClassName
{
color: #AAB380;
}
.AnyTagClassName
{
color: #AAB380;
}
</style>
background-color css
<style>
a { background-color: #AAB380; }
a { background-color: rgb(170,179,128); }
div.DivClassName
{
background-color: #AAB380;
}
.BgClassName
{
background-color: #AAB380;
}
</style>
border-color css
<style>
span { border-color: #AAB380; }
span { border-color: rgb(170,179,128); }
td.TdClassName
{
border-color: #AAB380;
}
.TagClassName
{
border-color: #AAB380;
}
</style>