Shades of Caper #AAC374
Tints of Caper #AAC374
RGB
CMYK
RGB Variations
Color information
#AAC374 (or 0xAAC374) is known color: Caper. HEX triplet: AA, C3 and 74. RGB value is (170,195,116). Sum of RGB (Red+Green+Blue) = 170+195+116=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 116 (45.70% from 255 or 24.12% from 481); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC374 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC374 is #553C8B. Grayscale: #B2B2B2. Windows color (decimal): -5586060 or 7652266. OLE color: 7652266.
HSL color Cylindrical-coordinate representation of color #AAC374: hue angle of 78.99º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAC374 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 195 | 116 | - |
| CMYK | 0.13 | 0 | 0.41 | 0.24 |
| HSL | 78.99º | 0.4% | 0.61% | - |
| HSV(B) | 78.99º | 0.41% | 0.76% | - |
| XYZ | 39.25 | 48.84 | 23.88 | - |
| YUV | 178.52 | 92.72 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 195 | 116 | 0.13 | 0 | 0.41 | 0.24 | 78.99 | 0.4 | 0.61 |
| Hex | AA | C3 | 74 | D | 0 | 29 | 18 | 4F | 28 | 3D |
| Octal | 252 | 303 | 164 | 15 | 0 | 51 | 30 | 117 | 50 | 75 |
| Binary | 10101010 | 11000011 | 1110100 | 1101 | 0 | 101001 | 11000 | 1001111 | 101000 | 111101 |
Color Harmonies of #AAC374
Complementary color
Monochromatic Colors of #AAC374
Black with #AAC374
Text Example
Text Example
White with #AAC374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC374; }
p { color: rgb(170,195,116); }
H1.HeaderClassName
{
color: #AAC374;
}
.AnyTagClassName
{
color: #AAC374;
}
</style>
background-color css
<style>
a { background-color: #AAC374; }
a { background-color: rgb(170,195,116); }
div.DivClassName
{
background-color: #AAC374;
}
.BgClassName
{
background-color: #AAC374;
}
</style>
border-color css
<style>
span { border-color: #AAC374; }
span { border-color: rgb(170,195,116); }
td.TdClassName
{
border-color: #AAC374;
}
.TagClassName
{
border-color: #AAC374;
}
</style>