Shades of Caper #AACF6C
Tints of Caper #AACF6C
RGB
CMYK
RGB Variations
Color information
#AACF6C (or 0xAACF6C) is known color: Caper. HEX triplet: AA, CF and 6C. RGB value is (170,207,108). Sum of RGB (Red+Green+Blue) = 170+207+108=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 108 (42.58% from 255 or 22.27% from 485); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACF6C is #553093. Grayscale: #B9B9B9. Windows color (decimal): -5582996 or 7131050. OLE color: 7131050.
HSL color Cylindrical-coordinate representation of color #AACF6C: hue angle of 82.42º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AACF6C is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 207 | 108 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.19 |
| HSL | 82.42º | 0.51% | 0.62% | - |
| HSV(B) | 82.42º | 0.48% | 0.81% | - |
| XYZ | 41.6 | 54.25 | 22.47 | - |
| YUV | 184.65 | 84.74 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 108 | 0.18 | 0 | 0.48 | 0.19 | 82.42 | 0.51 | 0.62 |
| Hex | AA | CF | 6C | 12 | 0 | 30 | 13 | 52 | 33 | 3E |
| Octal | 252 | 317 | 154 | 22 | 0 | 60 | 23 | 122 | 63 | 76 |
| Binary | 10101010 | 11001111 | 1101100 | 10010 | 0 | 110000 | 10011 | 1010010 | 110011 | 111110 |
Color Harmonies of #AACF6C
Complementary color
Monochromatic Colors of #AACF6C
Black with #AACF6C
Text Example
Text Example
White with #AACF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACF6C; }
p { color: rgb(170,207,108); }
H1.HeaderClassName
{
color: #AACF6C;
}
.AnyTagClassName
{
color: #AACF6C;
}
</style>
background-color css
<style>
a { background-color: #AACF6C; }
a { background-color: rgb(170,207,108); }
div.DivClassName
{
background-color: #AACF6C;
}
.BgClassName
{
background-color: #AACF6C;
}
</style>
border-color css
<style>
span { border-color: #AACF6C; }
span { border-color: rgb(170,207,108); }
td.TdClassName
{
border-color: #AACF6C;
}
.TagClassName
{
border-color: #AACF6C;
}
</style>