Shades of Caper #AAC274
Tints of Caper #AAC274
RGB
CMYK
RGB Variations
Color information
#AAC274 (or 0xAAC274) is known color: Caper. HEX triplet: AA, C2 and 74. RGB value is (170,194,116). Sum of RGB (Red+Green+Blue) = 170+194+116=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 116 (45.70% from 255 or 24.17% from 480); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC274 is #553D8B. Grayscale: #B2B2B2. Windows color (decimal): -5586316 or 7652010. OLE color: 7652010.
HSL color Cylindrical-coordinate representation of color #AAC274: hue angle of 78.46º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAC274 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 194 | 116 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.24 |
| HSL | 78.46º | 0.39% | 0.61% | - |
| HSV(B) | 78.46º | 0.4% | 0.76% | - |
| XYZ | 39.02 | 48.39 | 23.81 | - |
| YUV | 177.93 | 93.05 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 194 | 116 | 0.12 | 0 | 0.40 | 0.24 | 78.46 | 0.39 | 0.61 |
| Hex | AA | C2 | 74 | C | 0 | 28 | 18 | 4E | 27 | 3D |
| Octal | 252 | 302 | 164 | 14 | 0 | 50 | 30 | 116 | 47 | 75 |
| Binary | 10101010 | 11000010 | 1110100 | 1100 | 0 | 101000 | 11000 | 1001110 | 100111 | 111101 |
Color Harmonies of #AAC274
Complementary color
Monochromatic Colors of #AAC274
Black with #AAC274
Text Example
Text Example
White with #AAC274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC274; }
p { color: rgb(170,194,116); }
H1.HeaderClassName
{
color: #AAC274;
}
.AnyTagClassName
{
color: #AAC274;
}
</style>
background-color css
<style>
a { background-color: #AAC274; }
a { background-color: rgb(170,194,116); }
div.DivClassName
{
background-color: #AAC274;
}
.BgClassName
{
background-color: #AAC274;
}
</style>
border-color css
<style>
span { border-color: #AAC274; }
span { border-color: rgb(170,194,116); }
td.TdClassName
{
border-color: #AAC274;
}
.TagClassName
{
border-color: #AAC274;
}
</style>