Shades of Caper #AAC377
Tints of Caper #AAC377
RGB
CMYK
RGB Variations
Color information
#AAC377 (or 0xAAC377) is known color: Caper. HEX triplet: AA, C3 and 77. RGB value is (170,195,119). Sum of RGB (Red+Green+Blue) = 170+195+119=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 195 (76.56% from 255 or 40.29% from 484); Blue value is 119 (46.88% from 255 or 24.59% from 484); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC377 is #553C88. Grayscale: #B3B3B3. Windows color (decimal): -5586057 or 7848874. OLE color: 7848874.
HSL color Cylindrical-coordinate representation of color #AAC377: hue angle of 79.74º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAC377 is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 195 | 119 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.24 |
| HSL | 79.74º | 0.39% | 0.62% | - |
| HSV(B) | 79.74º | 0.39% | 0.76% | - |
| XYZ | 39.42 | 48.91 | 24.82 | - |
| YUV | 178.86 | 94.22 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 195 | 119 | 0.13 | 0 | 0.39 | 0.24 | 79.74 | 0.39 | 0.62 |
| Hex | AA | C3 | 77 | D | 0 | 27 | 18 | 50 | 27 | 3E |
| Octal | 252 | 303 | 167 | 15 | 0 | 47 | 30 | 120 | 47 | 76 |
| Binary | 10101010 | 11000011 | 1110111 | 1101 | 0 | 100111 | 11000 | 1010000 | 100111 | 111110 |
Color Harmonies of #AAC377
Complementary color
Monochromatic Colors of #AAC377
Black with #AAC377
Text Example
Text Example
White with #AAC377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC377; }
p { color: rgb(170,195,119); }
H1.HeaderClassName
{
color: #AAC377;
}
.AnyTagClassName
{
color: #AAC377;
}
</style>
background-color css
<style>
a { background-color: #AAC377; }
a { background-color: rgb(170,195,119); }
div.DivClassName
{
background-color: #AAC377;
}
.BgClassName
{
background-color: #AAC377;
}
</style>
border-color css
<style>
span { border-color: #AAC377; }
span { border-color: rgb(170,195,119); }
td.TdClassName
{
border-color: #AAC377;
}
.TagClassName
{
border-color: #AAC377;
}
</style>