Shades of Caper #AAC777
Tints of Caper #AAC777
RGB
CMYK
RGB Variations
Color information
#AAC777 (or 0xAAC777) is known color: Caper. HEX triplet: AA, C7 and 77. RGB value is (170,199,119). Sum of RGB (Red+Green+Blue) = 170+199+119=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 199 (78.12% from 255 or 40.78% from 488); Blue value is 119 (46.88% from 255 or 24.39% from 488); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC777 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC777 is #553888. Grayscale: #B5B5B5. Windows color (decimal): -5585033 or 7849898. OLE color: 7849898.
HSL color Cylindrical-coordinate representation of color #AAC777: hue angle of 81.75º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAC777 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 199 | 119 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.22 |
| HSL | 81.75º | 0.42% | 0.62% | - |
| HSV(B) | 81.75º | 0.4% | 0.78% | - |
| XYZ | 40.33 | 50.72 | 25.12 | - |
| YUV | 181.21 | 92.89 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 119 | 0.15 | 0 | 0.40 | 0.22 | 81.75 | 0.42 | 0.62 |
| Hex | AA | C7 | 77 | F | 0 | 28 | 16 | 52 | 2A | 3E |
| Octal | 252 | 307 | 167 | 17 | 0 | 50 | 26 | 122 | 52 | 76 |
| Binary | 10101010 | 11000111 | 1110111 | 1111 | 0 | 101000 | 10110 | 1010010 | 101010 | 111110 |
Color Harmonies of #AAC777
Complementary color
Monochromatic Colors of #AAC777
Black with #AAC777
Text Example
Text Example
White with #AAC777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC777; }
p { color: rgb(170,199,119); }
H1.HeaderClassName
{
color: #AAC777;
}
.AnyTagClassName
{
color: #AAC777;
}
</style>
background-color css
<style>
a { background-color: #AAC777; }
a { background-color: rgb(170,199,119); }
div.DivClassName
{
background-color: #AAC777;
}
.BgClassName
{
background-color: #AAC777;
}
</style>
border-color css
<style>
span { border-color: #AAC777; }
span { border-color: rgb(170,199,119); }
td.TdClassName
{
border-color: #AAC777;
}
.TagClassName
{
border-color: #AAC777;
}
</style>