Shades of Caper #AAC874
Tints of Caper #AAC874
RGB
CMYK
RGB Variations
Color information
#AAC874 (or 0xAAC874) is known color: Caper. HEX triplet: AA, C8 and 74. RGB value is (170,200,116). Sum of RGB (Red+Green+Blue) = 170+200+116=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 200 (78.52% from 255 or 41.15% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC874 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC874 is #55378B. Grayscale: #B5B5B5. Windows color (decimal): -5584780 or 7653546. OLE color: 7653546.
HSL color Cylindrical-coordinate representation of color #AAC874: hue angle of 81.43º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAC874 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 200 | 116 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.22 |
| HSL | 81.43º | 0.43% | 0.62% | - |
| HSV(B) | 81.43º | 0.42% | 0.78% | - |
| XYZ | 40.38 | 51.12 | 24.26 | - |
| YUV | 181.45 | 91.06 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 116 | 0.15 | 0 | 0.42 | 0.22 | 81.43 | 0.43 | 0.62 |
| Hex | AA | C8 | 74 | F | 0 | 2A | 16 | 51 | 2B | 3E |
| Octal | 252 | 310 | 164 | 17 | 0 | 52 | 26 | 121 | 53 | 76 |
| Binary | 10101010 | 11001000 | 1110100 | 1111 | 0 | 101010 | 10110 | 1010001 | 101011 | 111110 |
Color Harmonies of #AAC874
Complementary color
Monochromatic Colors of #AAC874
Black with #AAC874
Text Example
Text Example
White with #AAC874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC874; }
p { color: rgb(170,200,116); }
H1.HeaderClassName
{
color: #AAC874;
}
.AnyTagClassName
{
color: #AAC874;
}
</style>
background-color css
<style>
a { background-color: #AAC874; }
a { background-color: rgb(170,200,116); }
div.DivClassName
{
background-color: #AAC874;
}
.BgClassName
{
background-color: #AAC874;
}
</style>
border-color css
<style>
span { border-color: #AAC874; }
span { border-color: rgb(170,200,116); }
td.TdClassName
{
border-color: #AAC874;
}
.TagClassName
{
border-color: #AAC874;
}
</style>